From ffc9814636ceb9817ae3483e2bac756f5e623adc Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Fri, 13 Aug 2021 21:26:20 +0200 Subject: [PATCH] Added the GLM include directory to the CMake configuration. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b33826f47..a7fda450d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)