From 831c23e2ac9275b905a27b5138f746402890ea72 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Thu, 28 Oct 2021 14:56:01 +0200 Subject: [PATCH] cmake: Add root directory to include directories --- cmake/Findugfx.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Findugfx.cmake b/cmake/Findugfx.cmake index 3500c9a0..c527a8ac 100644 --- a/cmake/Findugfx.cmake +++ b/cmake/Findugfx.cmake @@ -30,6 +30,7 @@ list(APPEND ugfx_SOURCES # Core include directories list(APPEND ugfx_INCLUDE_DIRS + ${UGFX_ROOT} ${UGFX_ROOT}/src )