mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:02:55 +02:00
remove animation server from unix to see if that addresses build buster, temporary solution
This commit is contained in:
parent
ef7dee4387
commit
c0858cdaef
1 changed files with 5 additions and 1 deletions
|
@ -28,9 +28,13 @@ IF (APPLE)
|
||||||
ENDIF (DARWIN_VERSION GREATER 12)
|
ENDIF (DARWIN_VERSION GREATER 12)
|
||||||
ENDIF(APPLE)
|
ENDIF(APPLE)
|
||||||
|
|
||||||
|
# targets only supported on mac
|
||||||
|
IF (APPLE)
|
||||||
|
add_subdirectory(animation-server)
|
||||||
|
ENDIF(APPLE)
|
||||||
|
|
||||||
# targets not supported on windows
|
# targets not supported on windows
|
||||||
if (NOT WIN32)
|
if (NOT WIN32)
|
||||||
add_subdirectory(animation-server)
|
|
||||||
add_subdirectory(data-server)
|
add_subdirectory(data-server)
|
||||||
endif (NOT WIN32)
|
endif (NOT WIN32)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue