mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 21:48:46 +02:00
12 lines
No EOL
216 B
CMake
12 lines
No EOL
216 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)
|
|
|
|
include_dependency_includes() |