mirror of
https://github.com/overte-org/overte.git
synced 2025-06-19 18:20:46 +02:00
8 lines
No EOL
263 B
CMake
8 lines
No EOL
263 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 environment entities avatars audio animation script-engine physics)
|
|
|
|
copy_dlls_beside_windows_executable() |