mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:37:23 +02:00
use external project glm in physics tests
This commit is contained in:
parent
0e32ed280a
commit
263afdd22c
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@ set(TARGET_NAME physics-tests)
|
||||||
|
|
||||||
setup_hifi_project()
|
setup_hifi_project()
|
||||||
|
|
||||||
include_glm()
|
add_dependency_external_project(glm)
|
||||||
|
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
||||||
|
|
||||||
include_bullet()
|
include_bullet()
|
||||||
|
|
||||||
link_hifi_libraries(shared physics)
|
link_hifi_libraries(shared physics)
|
||||||
|
|
Loading…
Reference in a new issue