1
0
Fork 1
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:
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}
)