mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 06:13:33 +02:00
use external project glm in avatars
This commit is contained in:
parent
df8e51f835
commit
a4752aaab0
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ set(TARGET_NAME avatars)
|
|||
# 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})
|
||||
|
||||
link_hifi_libraries(audio shared networking)
|
||||
|
||||
|
|
Loading…
Reference in a new issue