overte-JulianGro/tests/audio/CMakeLists.txt
Dale Glass 342554d4eb Create audio tests for AudioClient and codecs
This is a start for audio testing and helping with debugging audio PRs
2022-08-28 18:43:45 +02:00

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()