mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
8 lines
139 B
Text
8 lines
139 B
Text
|
set(SOURCES
|
||
|
CharacterMap.cpp
|
||
|
CharacterMapFile.cpp
|
||
|
)
|
||
|
|
||
|
serenity_lib(LibKeyboard keyboard)
|
||
|
target_link_libraries(LibKeyboard LibCore)
|