mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:17:34 +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 in the networking library
|
||||||
link_hifi_libraries(shared networking)
|
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
|
# call macro to include our dependency includes and bubble them up via a property on our target
|
||||||
include_dependency_includes()
|
include_dependency_includes()
|
Loading…
Reference in a new issue