mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 18:38:24 +02:00
10 lines
No EOL
207 B
CMake
10 lines
No EOL
207 B
CMake
set(TARGET_NAME octree-tests)
|
|
|
|
setup_hifi_project(Script Network)
|
|
|
|
include_glm()
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(animation fbx models networking octree shared)
|
|
|
|
link_shared_dependencies() |