1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-16 03:40:16 +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:
Gleb Mazovetskiy 2021-01-14 02:52:59 +00:00
parent fd602e2c31
commit 24d8412c0c

View File

@ -323,6 +323,7 @@ include_directories("."
${Boost_INCLUDE_DIR}
${MyGUI_INCLUDE_DIRS}
${OPENAL_INCLUDE_DIR}
${OPENGL_INCLUDE_DIR}
${BULLET_INCLUDE_DIRS}
)