mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-05 10:21:36 +00:00
cmake: Fix missing OPENGL_INCLUDE_DIR
OPENGL_INCLUDE_DIR wasn't being included. It is usually just /usr/include but if it was custom the build failed.
This commit is contained in:
parent
fd602e2c31
commit
24d8412c0c
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