overte/ice-server/CMakeLists.txt
2015-01-22 15:33:37 -06:00

9 lines
No EOL
228 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(embedded-webserver networking shared)
include_dependency_includes()