mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:49:12 +02:00
fix windows builds
This commit is contained in:
parent
fd2f5ec0e6
commit
54faeae13e
1 changed files with 1 additions and 1 deletions
|
@ -31,11 +31,11 @@ ENDIF(APPLE)
|
||||||
# targets not supported on windows
|
# targets not supported on windows
|
||||||
if (NOT WIN32)
|
if (NOT WIN32)
|
||||||
add_subdirectory(animation-server)
|
add_subdirectory(animation-server)
|
||||||
|
add_subdirectory(data-server)
|
||||||
endif (NOT WIN32)
|
endif (NOT WIN32)
|
||||||
|
|
||||||
# targets on all platforms
|
# targets on all platforms
|
||||||
add_subdirectory(assignment-client)
|
add_subdirectory(assignment-client)
|
||||||
add_subdirectory(data-server)
|
|
||||||
add_subdirectory(domain-server)
|
add_subdirectory(domain-server)
|
||||||
add_subdirectory(interface)
|
add_subdirectory(interface)
|
||||||
add_subdirectory(pairing-server)
|
add_subdirectory(pairing-server)
|
||||||
|
|
Loading…
Reference in a new issue