mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-18 17:18:43 +02:00
use glm external project in metavoxels library
This commit is contained in:
parent
54ce79db5a
commit
16615b9be0
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ setup_hifi_library(Network Script Widgets)
|
|||
# link in the networking library
|
||||
link_hifi_libraries(shared networking)
|
||||
|
||||
include_glm()
|
||||
add_dependency_external_project(glm)
|
||||
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
||||
|
||||
# call macro to include our dependency includes and bubble them up via a property on our target
|
||||
include_dependency_includes()
|
Loading…
Reference in a new issue