summaryrefslogtreecommitdiff
path: root/Userland/Applications/CharacterMap/CMakeLists.txt
blob: d675fba38e1bc7c5260e54d332f157eff23cc20b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
serenity_component(
    CharacterMap
    REQUIRED
    TARGETS CharacterMap
)

compile_gml(CharacterMapWindow.gml CharacterMapWindowGML.h character_map_window_gml)

set(SOURCES
    CharacterMapWindowGML.h
    CharacterMapWidget.cpp
    main.cpp
)

serenity_app(CharacterMap ICON app-keyboard-settings)
target_link_libraries(CharacterMap LibGUI LibMain)
link_with_unicode_data(CharacterMap)