mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-17 18:33:28 +02:00
8 lines
No EOL
165 B
CMake
8 lines
No EOL
165 B
CMake
set(TARGET_NAME networking-tests)
|
|
|
|
setup_hifi_project()
|
|
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared networking)
|
|
|
|
copy_dlls_beside_windows_executable() |