use external project glm for physics library

This commit is contained in:
Stephen Birarda 2015-02-13 10:33:35 -08:00
parent 8994cc0268
commit d7ce10dedb

View file

@ -3,7 +3,9 @@ set(TARGET_NAME physics)
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
setup_hifi_library()
include_glm()
add_dependency_external_project(glm)
target_include_directories(${TARGET_NAME} PUBLIC ${GLM_INCLUDE_DIRS})
include_bullet()
if (BULLET_FOUND)
target_link_libraries(${TARGET_NAME} ${BULLET_LIBRARIES})