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