mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
9 lines
No EOL
209 B
CMake
9 lines
No EOL
209 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)
|
|
|
|
include_dependency_includes() |