mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 22:13:11 +02:00
8 lines
233 B
CMake
8 lines
233 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)
|
|
package_libraries_for_deployment()
|