mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 11:02:24 +02:00
9 lines
209 B
CMake
9 lines
209 B
CMake
# Declare dependencies
|
|
macro (SETUP_TESTCASE_DEPENDENCIES)
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared ktx gpu image)
|
|
|
|
package_libraries_for_deployment()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase()
|