CMake's GLEW finds parent dir.. not GL subdir.

This commit is contained in:
Edward Rudd 2013-12-31 16:31:58 -05:00
parent af70e8c1ff
commit 02738be4c5
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE
${PHYSFS_INCLUDE_DIRS}
${SDL2_INCLUDE_DIRS} # Blindly assume other SDL bits are in same directory
${Boost_INCLUDE_DIR}
${GLEW_INCLUDE_DIR}
${GLEW_INCLUDE_DIR}/GL
${MRI_INCLUDE_DIRS}
${OPENAL_INCLUDE_DIR}
)