mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-23 19:41:33 +00:00
Merge branch 'fix-missing-opengl-include-dir' into 'master'
cmake: Fix missing OPENGL_INCLUDE_DIR See merge request OpenMW/openmw!542
This commit is contained in:
commit
c6d5634654
1 changed files with 1 additions and 0 deletions
|
@ -323,6 +323,7 @@ include_directories("."
|
|||
${Boost_INCLUDE_DIR}
|
||||
${MyGUI_INCLUDE_DIRS}
|
||||
${OPENAL_INCLUDE_DIR}
|
||||
${OPENGL_INCLUDE_DIR}
|
||||
${BULLET_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue