overte-JulianGro/tests/physics/CMakeLists.txt
2018-05-24 12:42:33 -07:00

9 lines
218 B
CMake

# Declare dependencies
macro (SETUP_TESTCASE_DEPENDENCIES)
target_bullet()
link_hifi_libraries(shared test-utils physics gpu graphics)
package_libraries_for_deployment()
endmacro ()
setup_hifi_testcase(Script)