mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 02:23:38 +02:00
6 lines
No EOL
199 B
CMake
6 lines
No EOL
199 B
CMake
set(TARGET_NAME networking)
|
|
|
|
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
|
setup_hifi_library(${TARGET_NAME} Network)
|
|
|
|
link_hifi_libraries(${TARGET_NAME} shared) |