mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 01:22:21 +02:00
remove animation-server from windows build until it supports QThreads
This commit is contained in:
parent
441da98063
commit
62cf9d5b8c
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue