mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-16 16:57:38 +02:00
8 lines
No EOL
251 B
CMake
8 lines
No EOL
251 B
CMake
set(TARGET_NAME octree-tests)
|
|
|
|
setup_hifi_project(Script Network)
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared octree gpu model fbx networking entities avatars audio animation script-engine physics)
|
|
|
|
copy_dlls_beside_windows_executable() |