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

serenity_lib(LibKeyboard keyboard)
target_link_libraries(LibKeyboard PRIVATE LibCore)