diff --git a/drivers/multiple/X/driver.cmake b/drivers/multiple/X/driver.cmake new file mode 100644 index 00000000..d58169ae --- /dev/null +++ b/drivers/multiple/X/driver.cmake @@ -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 +) +