use external project glm in physics tests

This commit is contained in:
Stephen Birarda 2015-02-13 10:37:17 -08:00
parent 0e32ed280a
commit 263afdd22c

View file

@ -2,7 +2,9 @@ set(TARGET_NAME physics-tests)
setup_hifi_project()
include_glm()
add_dependency_external_project(glm)
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
include_bullet()
link_hifi_libraries(shared physics)