mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 07:22:31 +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()
|
||||
|
||||
include_glm()
|
||||
add_dependency_external_project(glm)
|
||||
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
||||
|
||||
include_bullet()
|
||||
|
||||
link_hifi_libraries(shared physics)
|
||||
|
|
Loading…
Reference in a new issue