Added the GLM include directory to the CMake configuration.

This commit is contained in:
Leon Styhre 2021-08-13 21:26:20 +02:00
parent 6fcd625e48
commit ffc9814636

View file

@ -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)