overte/tests/animation/CMakeLists.txt
2023-05-19 00:17:36 +02:00

9 lines
282 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 script-engine)
package_libraries_for_deployment()
endmacro ()
setup_hifi_testcase()