mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-07-22 22:24:29 +02:00
8 lines
171 B
CMake
8 lines
171 B
CMake
|
|
# Declare dependencies
|
|
macro (setup_testcase_dependencies)
|
|
link_hifi_libraries(shared workload)
|
|
package_libraries_for_deployment()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase()
|