mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 17:03:11 +02:00
use external project glm in script-engine
This commit is contained in:
parent
fa6f6a6b71
commit
b713551087
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ set(TARGET_NAME script-engine)
|
|||
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
||||
setup_hifi_library(Gui Network Script Widgets)
|
||||
|
||||
include_glm()
|
||||
add_dependency_external_project(glm)
|
||||
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
||||
|
||||
link_hifi_libraries(shared octree gpu model fbx entities animation audio physics metavoxels)
|
||||
|
||||
|
|
Loading…
Reference in a new issue