overte/tests/animation/CMakeLists.txt
2019-01-30 17:26:52 -08:00

9 lines
248 B
CMake

# Declare dependencies
macro (setup_testcase_dependencies)
# link in the shared libraries
link_hifi_libraries(shared animation gpu fbx hfm graphics networking test-utils)
package_libraries_for_deployment()
endmacro ()
setup_hifi_testcase()