mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 01:13:11 +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() |