mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-03 08:31:11 +02:00
add back animation-server in cmake unix
This commit is contained in:
parent
56c383891c
commit
c9fd4b5e6b
1 changed files with 1 additions and 5 deletions
|
@ -28,13 +28,9 @@ IF (APPLE)
|
|||
ENDIF (DARWIN_VERSION GREATER 12)
|
||||
ENDIF(APPLE)
|
||||
|
||||
# targets only supported on mac
|
||||
IF (APPLE)
|
||||
add_subdirectory(animation-server)
|
||||
ENDIF(APPLE)
|
||||
|
||||
# targets not supported on windows
|
||||
if (NOT WIN32)
|
||||
add_subdirectory(animation-server)
|
||||
add_subdirectory(data-server)
|
||||
endif (NOT WIN32)
|
||||
|
||||
|
|
Loading…
Reference in a new issue