mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 19:39:20 +02:00
make model depend on octree for ViewFrustum
This commit is contained in:
parent
1450036b59
commit
2bec2f0590
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ add_dependency_external_projects(glm)
|
|||
find_package(GLM REQUIRED)
|
||||
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
|
||||
|
||||
link_hifi_libraries(shared gpu)
|
||||
link_hifi_libraries(shared gpu octree)
|
||||
|
|
Loading…
Reference in a new issue