mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-15 13:47:36 +02:00
10 lines
210 B
CMake
10 lines
210 B
CMake
set(TARGET_NAME octree-tests)
|
|
|
|
setup_hifi_project(Script Network)
|
|
|
|
include_glm()
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(animation fbx entities networking octree shared)
|
|
|
|
link_shared_dependencies()
|