mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 08:37:19 +02:00
remove animation server from unix to see if that addresses build buster, temporary solution
This commit is contained in:
parent
e517125cfb
commit
b3ec273e33
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