Initial commit

This commit is contained in:
2026-02-07 18:32:40 +02:00
commit 219734a813
134 changed files with 20257 additions and 0 deletions

10
LibInput/CMakeLists.txt Normal file
View File

@@ -0,0 +1,10 @@
set(LIBINPUT_SOURCES
KeyEvent.cpp
KeyboardLayout.cpp
)
add_library(libinput ${LIBINPUT_SOURCES})
banan_link_library(libinput ban)
banan_install_headers(libinput)
install(TARGETS libinput OPTIONAL)