mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 20:23:21 +02:00
9 lines
268 B
CMake
9 lines
268 B
CMake
# Declare dependencies
|
|
macro (setup_testcase_dependencies)
|
|
# link in the shared libraries
|
|
link_hifi_libraries(shared animation gpu hfm model-serializers graphics networking test-utils image)
|
|
|
|
package_libraries_for_deployment()
|
|
endmacro ()
|
|
|
|
setup_hifi_testcase()
|