add back include of GLUT in render-utils

This commit is contained in:
Stephen Birarda 2014-12-18 09:47:20 -08:00
parent b326ab9839
commit e6d3278b59

View file

@ -7,5 +7,8 @@ include_glm()
link_hifi_libraries(shared gpu)
find_package(GLUT REQUIRED)
include_directories(SYSTEM "${GLUT_INCLUDE_DIRS}")
# call macro to link our dependencies and bubble them up via a property on our target
link_shared_dependencies()