CMake's GLEW finds parent dir.. not GL subdir.
This commit is contained in:
parent
af70e8c1ff
commit
02738be4c5
|
@ -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}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue