mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:34:07 +02:00
use external project glm in environment library
This commit is contained in:
parent
0e790daa5b
commit
4d5d647d84
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ set(TARGET_NAME environment)
|
|||
# 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 networking)
|
||||
|
||||
|
|
Loading…
Reference in a new issue