cmake: add support for drivers/multiple/X
This commit is contained in:
parent
325a7c8b5f
commit
9e9fc1e824
14
drivers/multiple/X/driver.cmake
Normal file
14
drivers/multiple/X/driver.cmake
Normal file
@ -0,0 +1,14 @@
|
||||
set(ROOT_PATH ${UGFX_ROOT}/drivers/multiple/X)
|
||||
|
||||
list(APPEND ugfx_INCLUDE_DIRS
|
||||
${ROOT_PATH}
|
||||
)
|
||||
|
||||
list(APPEND ugfx_SOURCES
|
||||
${ROOT_PATH}/gdisp_lld_X.c
|
||||
)
|
||||
|
||||
list(APPEND ugfx_LIBS
|
||||
X11
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user