overte/tests/animation/CMakeLists.txt
2015-07-27 14:13:54 -07:00

9 lines
222 B
CMake

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