mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-17 09:29:54 +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
|
||||
if (NOT WIN32)
|
||||
add_subdirectory(animation-server)
|
||||
add_subdirectory(data-server)
|
||||
endif (NOT WIN32)
|
||||
|
||||
# targets on all platforms
|
||||
add_subdirectory(assignment-client)
|
||||
add_subdirectory(data-server)
|
||||
add_subdirectory(domain-server)
|
||||
add_subdirectory(interface)
|
||||
add_subdirectory(pairing-server)
|
||||
|
|
Loading…
Reference in a new issue