remove animation-server from windows build until it supports QThreads

This commit is contained in:
Brad Hefta-Gaub 2014-01-12 17:43:34 -08:00
parent 441da98063
commit 62cf9d5b8c

View file

@ -25,7 +25,12 @@ IF (APPLE)
ENDIF (DARWIN_VERSION GREATER 12)
ENDIF(APPLE)
# targets not supported on windows
if (NOT WIN32)
add_subdirectory(animation-server)
endif (NOT WIN32)
# targets on all platforms
add_subdirectory(assignment-client)
add_subdirectory(domain-server)
add_subdirectory(interface)