overte/tests/physics/CMakeLists.txt
2015-10-11 00:01:03 -07:00

9 lines
197 B
CMake

# Declare dependencies
macro (SETUP_TESTCASE_DEPENDENCIES)
target_bullet()
link_hifi_libraries(shared physics)
copy_dlls_beside_windows_executable()
endmacro ()
setup_hifi_testcase(Script)