mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 14:29:35 +02:00
10 lines
264 B
CMake
10 lines
264 B
CMake
set(TARGET_NAME octree-tests)
|
|
|
|
setup_hifi_project(Script Network)
|
|
|
|
include_glm()
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared octree voxels fbx metavoxels networking entities avatars audio animation script-engine physics)
|
|
|
|
link_shared_dependencies()
|