ladybird/Libraries/LibKeyboard/CMakeLists.txt
Hüseyin ASLITÜRK 3bf5602521 LibKeyboard: Add new library for keyboard applications
Move shared code base from keymap and KeyboardMapper to this library.
2020-06-03 21:52:40 +02:00

8 lines
139 B
CMake

set(SOURCES
CharacterMap.cpp
CharacterMapFile.cpp
)
serenity_lib(LibKeyboard keyboard)
target_link_libraries(LibKeyboard LibCore)