mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 20:30:29 +02:00
11 lines
240 B
CMake
11 lines
240 B
CMake
# Declare dependencies
|
|
macro (SETUP_TESTCASE_DEPENDENCIES)
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared audio networking)
|
|
|
|
copy_dlls_beside_windows_executable()
|
|
endmacro ()
|
|
|
|
setup_memory_debugger()
|
|
|
|
setup_hifi_testcase()
|