remove animation server

This commit is contained in:
ZappoMan 2014-08-07 14:48:51 -07:00
parent 8c2dad1476
commit 64699a213a

View file

@ -44,11 +44,6 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
# Instruct CMake to run moc automatically when needed.
set(CMAKE_AUTOMOC ON)
# targets not supported on windows
if (NOT WIN32)
add_subdirectory(animation-server)
endif ()
# targets on all platforms
add_subdirectory(assignment-client)
add_subdirectory(domain-server)