Initial commit
This commit is contained in:
10
LibInput/CMakeLists.txt
Normal file
10
LibInput/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user