CMake: Automatically set UGFX_ROOT

master
Joel Bodenmann 2021-10-27 16:45:20 +02:00
parent 33f6fa0eb0
commit 2ae3cf397d
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
# Define UGFX_ROOT
set(UGFX_ROOT ${CMAKE_CURRENT_LIST_DIR}/..)
# Ensure that CHIBIOS_ROOT is set
if(NOT UGFX_ROOT)
message(FATAL_ERROR "No UGFX_ROOT specified")