mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 16:26:17 +02:00
use glm external project in model library
This commit is contained in:
parent
16615b9be0
commit
1d90c1c827
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ set(TARGET_NAME model)
|
|||
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
||||
setup_hifi_library()
|
||||
|
||||
include_glm()
|
||||
add_dependency_external_project(glm)
|
||||
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
||||
|
||||
link_hifi_libraries(shared gpu)
|
||||
|
||||
|
|
Loading…
Reference in a new issue