Add missing GLEW and GLM include dirs for ogltest

This commit is contained in:
Simon Richter 2017-04-06 03:00:51 +02:00 committed by Wayne Stambaugh
parent 9a7abd5914
commit c845a9c88d
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ include_directories( BEFORE
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/include
${OPENGL_INCLUDE_DIR}
${GLEW_INCLUDE_DIR}
${GLM_INCLUDE_DIR}
${Boost_INCLUDE_DIR}
)