overte/ice-server/CMakeLists.txt
2014-10-01 17:19:34 -07:00

9 lines
No EOL
206 B
CMake

set(TARGET_NAME ice-server)
# setup the project and link required Qt modules
setup_hifi_project(Network)
# link the shared hifi libraries
link_hifi_libraries(networking shared)
link_shared_dependencies()