mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 21:27:07 +02:00
11 lines
No EOL
186 B
CMake
11 lines
No EOL
186 B
CMake
set(TARGET_NAME physics-tests)
|
|
|
|
setup_hifi_project()
|
|
|
|
include_glm()
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared)
|
|
|
|
# link any shared dependencies
|
|
link_shared_dependencies() |