mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 17:18:43 +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
|
||||
setup_hifi_library(Network Script)
|
||||
|
||||
include_glm()
|
||||
add_dependency_external_project(glm)
|
||||
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
||||
|
||||
include_bullet()
|
||||
|
||||
link_hifi_libraries(avatars shared octree gpu model fbx networking animation)
|
||||
|
|
Loading…
Reference in a new issue