overte/tests/animation/CMakeLists.txt
2015-08-27 09:32:53 -07:00

9 lines
233 B
CMake

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