From a34848ae222ed61bba1f6d09933ad535f32665bb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 12 Mar 2012 06:41:41 +1100 Subject: add missing files to cmake. (bzr r11069) --- src/dialogs/CMakeLists.txt | 3 --- src/ui/CMakeLists.txt | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt index 40dca7b43..7af6f2ede 100644 --- a/src/dialogs/CMakeLists.txt +++ b/src/dialogs/CMakeLists.txt @@ -3,15 +3,12 @@ set(dialogs_SRC clonetiler.cpp dialog-events.cpp find.cpp - xml-tree.cpp - # ------- # Headers clonetiler.h dialog-events.h find.h - xml-tree.h ) # add_inkscape_lib(dialogs_LIB "${dialogs_SRC}") diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index e50bc31ec..484edc6e2 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -48,6 +48,7 @@ set(ui_SRC dialog/input.cpp dialog/layer-properties.cpp dialog/layers.cpp + dialog/livepatheffect-add.cpp dialog/livepatheffect-editor.cpp dialog/memory.cpp dialog/messages.cpp @@ -57,6 +58,7 @@ set(ui_SRC dialog/print-colors-preview-dialog.cpp dialog/print.cpp dialog/scriptdialog.cpp + dialog/xml-tree.cpp # dialog/session-player.cpp dialog/spellcheck.cpp dialog/svg-fonts-dialog.cpp @@ -156,6 +158,7 @@ set(ui_SRC dialog/input.h dialog/layer-properties.h dialog/layers.h + dialog/livepatheffect-add.h dialog/livepatheffect-editor.h dialog/memory.h dialog/messages.h @@ -174,6 +177,7 @@ set(ui_SRC dialog/tracedialog.h dialog/transformation.h dialog/undo-history.h + dialog/xml-tree.h tool/commit-events.h tool/control-point-selection.h -- cgit v1.2.3