mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
3bf5602521
Move shared code base from keymap and KeyboardMapper to this library.
7 lines
139 B
CMake
7 lines
139 B
CMake
set(SOURCES
|
|
CharacterMap.cpp
|
|
CharacterMapFile.cpp
|
|
)
|
|
|
|
serenity_lib(LibKeyboard keyboard)
|
|
target_link_libraries(LibKeyboard LibCore)
|