mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Added the GLM include directory to the CMake configuration.
This commit is contained in:
parent
6fcd625e48
commit
ffc9814636
|
@ -230,6 +230,7 @@ set(COMMON_INCLUDE_DIRS
|
|||
${RAPIDJSON_INCLUDE_DIRS}
|
||||
${SDL2_INCLUDE_DIR}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/external/CImg
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/external/glm
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/external/nanosvg/src
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/es-core/src)
|
||||
if(VLC_PLAYER)
|
||||
|
|
Loading…
Reference in a new issue