mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 22:50:54 +02:00
9 lines
No EOL
238 B
CMake
9 lines
No EOL
238 B
CMake
set(TARGET_NAME networking-tests)
|
|
|
|
setup_hifi_project(${TARGET_NAME})
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(${TARGET_NAME} shared networking)
|
|
|
|
# link any shared dependencies
|
|
link_shared_dependencies_to_target(${TARGET_NAME}) |