mirror of
https://github.com/overte-org/overte.git
synced 2025-04-29 15:42:39 +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() |