mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 06:43:02 +02:00
9 lines
233 B
CMake
9 lines
233 B
CMake
# Declare dependencies
|
|
macro (SETUP_TESTCASE_DEPENDENCIES)
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared audio audio-client plugins networking)
|
|
|
|
package_libraries_for_deployment()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase()
|