mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
8 lines
139 B
CMake
8 lines
139 B
CMake
set(SOURCES
|
|
CharacterMap.cpp
|
|
CharacterMapFile.cpp
|
|
)
|
|
|
|
serenity_lib(LibKeyboard keyboard)
|
|
target_link_libraries(LibKeyboard LibCore)
|