1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:07:46 +00:00

CharacterMap+Base: Give Character Map an icon

This commit is contained in:
Sam Atkins 2022-01-12 17:46:49 +00:00 committed by Andreas Kling
parent 83a9661c04
commit 53cd87cc1d
5 changed files with 3 additions and 3 deletions

View file

@ -15,6 +15,6 @@ set(SOURCES
main.cpp
)
serenity_app(CharacterMap ICON app-keyboard-settings)
serenity_app(CharacterMap ICON app-character-map)
target_link_libraries(CharacterMap LibDesktop LibGUI LibMain)
link_with_unicode_data(CharacterMap)