mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:24:07 +02:00
use external project glm in render-utils
This commit is contained in:
parent
d7ce10dedb
commit
fa6f6a6b71
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ qt5_add_resources(QT_RESOURCES_FILE "${CMAKE_CURRENT_SOURCE_DIR}/res/fonts/fonts
|
|||
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
|
||||
setup_hifi_library(Widgets OpenGL Network Script)
|
||||
|
||||
include_glm()
|
||||
add_dependency_external_project(glm)
|
||||
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
||||
|
||||
link_hifi_libraries(animation fbx shared gpu)
|
||||
|
||||
|
|
Loading…
Reference in a new issue