cmake: add support for drivers/gdisp/framebuffer
This commit is contained in:
parent
9e9fc1e824
commit
dee588888b
8
drivers/gdisp/framebuffer/driver.cmake
Normal file
8
drivers/gdisp/framebuffer/driver.cmake
Normal 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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user