summaryrefslogtreecommitdiff
path: root/Userland/Applications/FontEditor/CMakeLists.txt
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2022-01-09 16:15:23 +0000
committerAndreas Kling <kling@serenityos.org>2022-01-16 11:17:03 +0100
commit8175cd0a28e78f71c494796c69faac7574d3910f (patch)
tree9639ad578c5d1b94148f7da8308dfa3666023245 /Userland/Applications/FontEditor/CMakeLists.txt
parentdd17df76e9d02b2969b1c4771134a30a4a844e31 (diff)
downloadserenity-8175cd0a28e78f71c494796c69faac7574d3910f.zip
LibGUI+FontEditor: Move GlyphMapWidget to LibGUI
This will allow us to use this in other apps, such as the upcoming Character Map. :^)
Diffstat (limited to 'Userland/Applications/FontEditor/CMakeLists.txt')
-rw-r--r--Userland/Applications/FontEditor/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/FontEditor/CMakeLists.txt b/Userland/Applications/FontEditor/CMakeLists.txt
index 82e01123d1..31ee3f79c6 100644
--- a/Userland/Applications/FontEditor/CMakeLists.txt
+++ b/Userland/Applications/FontEditor/CMakeLists.txt
@@ -13,7 +13,6 @@ set(SOURCES
FontEditor.cpp
FontEditorWindowGML.h
GlyphEditorWidget.cpp
- GlyphMapWidget.cpp
main.cpp
NewFontDialog.cpp
NewFontDialogPage1GML.h