cmake: add support for drivers/ginput/touch/Linux-Event

This commit is contained in:
Joel Bodenmann 2023-05-30 13:22:30 +02:00
parent dee588888b
commit ad90707866

View File

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