summaryrefslogtreecommitdiffstats
path: root/src/dialogs
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-03-27 21:33:21 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-03-27 21:33:21 +0000
commitb0f9e0297898f42006ddb700fdf4a7e9db8e8608 (patch)
tree9ee2c46b99e5cc20caf1dc0bff6ec5a6d8d17fb3 /src/dialogs
parentpatch from bug 170978 (diff)
downloadinkscape-b0f9e0297898f42006ddb700fdf4a7e9db8e8608.tar.gz
inkscape-b0f9e0297898f42006ddb700fdf4a7e9db8e8608.zip
Cmake Build system - Initial commit.
(bzr r5206)
Diffstat (limited to 'src/dialogs')
-rw-r--r--src/dialogs/CMakeLists.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/dialogs/CMakeLists.txt b/src/dialogs/CMakeLists.txt
new file mode 100644
index 000000000..892abe342
--- /dev/null
+++ b/src/dialogs/CMakeLists.txt
@@ -0,0 +1,29 @@
+SET(dialogs
+clonetiler.cpp
+debugdialog.cpp
+dialog-events.cpp
+eek-color-def.cpp
+eek-preview.cpp
+export.cpp
+extensions.cpp
+fill-style.cpp
+find.cpp
+guidelinedialog.cpp
+iconpreview.cpp
+in-dt-coordsys.cpp
+input.cpp
+item-properties.cpp
+layer-properties.cpp
+layers-panel.cpp
+object-attributes.cpp
+rdf.cpp
+sp-attribute-widget.cpp
+stroke-style.cpp
+swatches.cpp
+text-edit.cpp
+tiledialog.cpp
+unclump.cpp
+xml-tree.cpp
+)
+
+ADD_LIBRARY(inkdialogs STATIC ${dialogs})