mirror of
https://github.com/overte-org/overte.git
synced 2025-08-24 17:36:48 +02: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) |