diff options
Diffstat (limited to 'Userland/Applications/PixelPaint/CMakeLists.txt')
-rw-r--r-- | Userland/Applications/PixelPaint/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Userland/Applications/PixelPaint/CMakeLists.txt b/Userland/Applications/PixelPaint/CMakeLists.txt index 117dda935b..823ac3c4d1 100644 --- a/Userland/Applications/PixelPaint/CMakeLists.txt +++ b/Userland/Applications/PixelPaint/CMakeLists.txt @@ -6,10 +6,13 @@ serenity_component( ) compile_gml(PixelPaintWindow.gml PixelPaintWindowGML.h pixel_paint_window_gml) +compile_gml(CreateNewGuideDialog.gml CreateNewGuideDialogGML.h create_new_guide_dialog_gml) set(SOURCES BrushTool.cpp BucketTool.cpp + CreateNewGuideDialog.cpp + CreateNewGuideDialogGML.h CreateNewImageDialog.cpp CreateNewLayerDialog.cpp EllipseTool.cpp |