diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2021-04-22 14:12:53 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-23 11:08:11 +0200 |
commit | 44cd121e30959efb7bdfd6de9440164b9fd7b955 (patch) | |
tree | 98454bf797fabfe018da633ae9ebd64875ef94a7 /Userland/Applications/FontEditor/CMakeLists.txt | |
parent | 2785e12b767c8021e9dbf3383cfab2e2b5a5a30f (diff) | |
download | serenity-44cd121e30959efb7bdfd6de9440164b9fd7b955.zip |
FontEditor: Add undo and redo commands
Diffstat (limited to 'Userland/Applications/FontEditor/CMakeLists.txt')
-rw-r--r-- | Userland/Applications/FontEditor/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Applications/FontEditor/CMakeLists.txt b/Userland/Applications/FontEditor/CMakeLists.txt index 80d30b66b6..69f67b12ab 100644 --- a/Userland/Applications/FontEditor/CMakeLists.txt +++ b/Userland/Applications/FontEditor/CMakeLists.txt @@ -12,6 +12,7 @@ set(SOURCES NewFontDialog.cpp NewFontDialogPage1GML.h NewFontDialogPage2GML.h + UndoGlyph.h ) serenity_app(FontEditor ICON app-font-editor) |