mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 19:12:38 +02:00
9 lines
No EOL
236 B
CMake
9 lines
No EOL
236 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)
|
|
|
|
copy_dlls_beside_windows_executable() |