summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibKeyboard/CMakeLists.txt
blob: 503720bcc547d1423b96bc71e5c7a31a3d5147b6 (plain)
1
2
3
4
5
6
7
set(SOURCES
    CharacterMap.cpp
    CharacterMapFile.cpp
)

serenity_lib(LibKeyboard keyboard)
target_link_libraries(LibKeyboard LibCore)