mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:57:34 +00:00
LibKeyboard: Add new library for keyboard applications
Move shared code base from keymap and KeyboardMapper to this library.
This commit is contained in:
parent
9ec6ac31b8
commit
3bf5602521
7 changed files with 281 additions and 0 deletions
7
Libraries/LibKeyboard/CMakeLists.txt
Normal file
7
Libraries/LibKeyboard/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
set(SOURCES
|
||||
CharacterMap.cpp
|
||||
CharacterMapFile.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibKeyboard keyboard)
|
||||
target_link_libraries(LibKeyboard LibCore)
|
Loading…
Add table
Add a link
Reference in a new issue