mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 05:44:44 +02:00
10 lines
No EOL
155 B
CMake
10 lines
No EOL
155 B
CMake
set(TARGET_NAME physics-tests)
|
|
|
|
setup_hifi_project()
|
|
|
|
include_glm()
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared)
|
|
|
|
link_shared_dependencies() |