overte-lubosz/tests/audio/CMakeLists.txt

12 lines
No EOL
267 B
CMake

message(STATUS "TEST_PROJ_NAME = " ${TEST_PROJ_NAME})
# Declare dependencies
macro (SETUP_TESTCASE_DEPENDENCIES)
# link in the shared libraries
link_hifi_libraries(shared audio networking)
copy_dlls_beside_windows_executable()
endmacro ()
setup_hifi_testcase()