remove glm dependency in gpu library

This commit is contained in:
Stephen Birarda 2015-02-13 10:29:19 -08:00
parent 26b93731f8
commit 54ce79db5a

View file

@ -3,8 +3,6 @@ set(TARGET_NAME gpu)
# use setup_hifi_library macro to setup our project and link appropriate Qt modules
setup_hifi_library()
include_glm()
link_hifi_libraries(shared)
if (APPLE)