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

master
Joel Bodenmann 2023-05-30 13:22:30 +02:00
parent dee588888b
commit ad90707866
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}/gmouse_lld_linux_event.c
)