diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-01-09 10:35:17 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-01-09 10:35:17 +0000 |
| commit | 7f5d2af69c85e840274dda25a20aa63031a26b2c (patch) | |
| tree | 84ea7938d55ec7ea8db58eb11be9617377c405d3 /src/CMakeLists.txt | |
| parent | Remove helper/window.h helper/window.cpp (diff) | |
| download | inkscape-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.txt | 5 |
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 + ) # ----------------------------------------------------------------------------- |
