cmake: add support for drivers/gdisp/framebuffer

master
Joel Bodenmann 2023-05-30 13:14:19 +02:00
parent 9e9fc1e824
commit dee588888b
1 changed files with 8 additions and 0 deletions

View File

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