mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-15 16:48:24 +03:00
3bf5602521
Move shared code base from keymap and KeyboardMapper to this library.
8 lines
139 B
CMake
8 lines
139 B
CMake
set(SOURCES
|
|
CharacterMap.cpp
|
|
CharacterMapFile.cpp
|
|
)
|
|
|
|
serenity_lib(LibKeyboard keyboard)
|
|
target_link_libraries(LibKeyboard LibCore)
|