add back animation-server in cmake unix

This commit is contained in:
ZappoMan 2014-02-08 11:45:20 -08:00
parent 56c383891c
commit c9fd4b5e6b

View file

@ -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)