mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:18:12 +02:00
use external project glm in entities library
This commit is contained in:
parent
a4752aaab0
commit
866295b09e
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ set(TARGET_NAME entities)
|
||||||
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
||||||
setup_hifi_library(Network Script)
|
setup_hifi_library(Network Script)
|
||||||
|
|
||||||
include_glm()
|
add_dependency_external_project(glm)
|
||||||
|
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
||||||
|
|
||||||
include_bullet()
|
include_bullet()
|
||||||
|
|
||||||
link_hifi_libraries(avatars shared octree gpu model fbx networking animation)
|
link_hifi_libraries(avatars shared octree gpu model fbx networking animation)
|
||||||
|
|
Loading…
Reference in a new issue