mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 11:22:10 +02:00
10 lines
270 B
CMake
10 lines
270 B
CMake
set(TARGET_NAME octree-tests)
|
|
|
|
setup_hifi_project(Script Network)
|
|
|
|
include_glm()
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared octree gpu model fbx metavoxels networking entities avatars audio animation script-engine physics)
|
|
|
|
include_dependency_includes()
|