2024-05-28 18:00:39 +03:00
|
|
|
set(LIBINPUT_SOURCES
|
|
|
|
KeyEvent.cpp
|
|
|
|
KeyboardLayout.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
add_library(libinput ${LIBINPUT_SOURCES})
|
2024-06-19 04:20:23 +03:00
|
|
|
banan_include_headers(libinput ban)
|
|
|
|
banan_link_library(libinput libc)
|
2024-05-28 18:00:39 +03:00
|
|
|
|
2024-06-19 04:20:23 +03:00
|
|
|
banan_install_headers(libinput)
|
2024-06-20 14:32:05 +03:00
|
|
|
install(TARGETS libinput OPTIONAL)
|
2024-05-28 18:00:39 +03:00
|
|
|
|
|
|
|
set(CMAKE_STATIC_LIBRARY_PREFIX "")
|