cmake: Add root directory to include directories

master
Joel Bodenmann 2021-10-28 14:56:01 +02:00
parent 2ae3cf397d
commit 831c23e2ac
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ list(APPEND ugfx_SOURCES
# Core include directories
list(APPEND ugfx_INCLUDE_DIRS
${UGFX_ROOT}
${UGFX_ROOT}/src
)