summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-01-09 10:35:17 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-01-09 10:35:17 +0000
commit7f5d2af69c85e840274dda25a20aa63031a26b2c (patch)
tree84ea7938d55ec7ea8db58eb11be9617377c405d3 /src/CMakeLists.txt
parentRemove helper/window.h helper/window.cpp (diff)
downloadinkscape-7f5d2af69c85e840274dda25a20aa63031a26b2c.tar.gz
inkscape-7f5d2af69c85e840274dda25a20aa63031a26b2c.zip
First baby step in adding InkscapeWindow (Gtk::ApplicationWindow)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 5e4ca8fc8..a2ed83c20 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -216,6 +216,11 @@ set(inkscape_SRC
vanishing-point.h
verbs.h
version.h
+
+ # TEMP Need to detangle inkscape-view from ui/interface.cpp
+ inkscape-window.h
+ inkscape-window.cpp
+
)
# -----------------------------------------------------------------------------