mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
11 lines
No EOL
252 B
CMake
11 lines
No EOL
252 B
CMake
set(TARGET_NAME shared-tests)
|
|
|
|
setup_hifi_project(${TARGET_NAME})
|
|
|
|
include_glm(${TARGET_NAME})
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(${TARGET_NAME} shared)
|
|
|
|
# link any shared dependencies
|
|
link_shared_dependencies_to_target(${TARGET_NAME}) |