remove animation server from unix to see if that addresses build buster, temporary solution

This commit is contained in:
ZappoMan 2014-02-08 10:53:33 -08:00
parent ef7dee4387
commit c0858cdaef

View file

@ -28,9 +28,13 @@ 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)