mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
6 lines
No EOL
156 B
CMake
6 lines
No EOL
156 B
CMake
set(TARGET_NAME jitter-tests)
|
|
|
|
setup_hifi_project(${TARGET_NAME} TRUE)
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(${TARGET_NAME} shared networking) |