overte/tests/animation/CMakeLists.txt
2023-03-22 20:40:52 +01: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()