overte/tests/animation/CMakeLists.txt
Leonardo Murillo 9ad865c7f0 checkpoint
2015-11-20 15:19:45 -06:00

9 lines
230 B
CMake

# Declare dependencies
macro (setup_testcase_dependencies)
# link in the shared libraries
link_hifi_libraries(shared animation gpu fbx model networking)
package_libraries_for_deployment()
endmacro ()
setup_hifi_testcase()