mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 03:26:15 +02:00
9 lines
No EOL
215 B
CMake
9 lines
No EOL
215 B
CMake
set(TARGET_NAME audio-tests)
|
|
|
|
setup_hifi_project(${TARGET_NAME} TRUE)
|
|
|
|
#include glm
|
|
include_glm(${TARGET_NAME} ${ROOT_DIR})
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(${TARGET_NAME} shared audio networking) |