mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 21:11:01 +02:00
revert
This commit is contained in:
parent
b3ec273e33
commit
df4e2c4273
1 changed files with 1 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue