Adding CMake support for gdisp/STM32LTDC driver

master
Joel Bodenmann 2021-10-12 18:37:02 +02:00
parent 68483139c9
commit ae6a3bc18b
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
list(APPEND ugfx_INCLUDE_DIRS
${CMAKE_CURRENT_LIST_DIR}
)
list(APPEND ugfx_SOURCES
${CMAKE_CURRENT_LIST_DIR}/gdisp_lld_STM32LTDC.c
)