mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-21 23:40:12 +02:00
13 lines
No EOL
244 B
CMake
13 lines
No EOL
244 B
CMake
set(TARGET_NAME metavoxel-tests)
|
|
|
|
auto_mtc()
|
|
|
|
include_glm()
|
|
|
|
setup_hifi_project(Network Script Widgets)
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(metavoxels networking shared)
|
|
|
|
# link any shared dependencies
|
|
link_shared_dependencies() |