mirror of
https://github.com/overte-org/overte.git
synced 2025-06-03 16:31:40 +02:00
10 lines
No EOL
157 B
CMake
10 lines
No EOL
157 B
CMake
set(TARGET_NAME shared-tests)
|
|
|
|
setup_hifi_project()
|
|
|
|
include_glm()
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared)
|
|
|
|
include_dependency_includes() |