summaryrefslogtreecommitdiffstats
path: root/src/helper/CMakeLists.txt
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-04-05 16:27:03 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-04-05 16:27:03 +0000
commit3207c33d4702410e428dd8ea9e532c8fc3e6f835 (patch)
treee055de976c2349965b2bee296db637bc212fee59 /src/helper/CMakeLists.txt
parentadd include file to build with gcc4.3 (diff)
downloadinkscape-3207c33d4702410e428dd8ea9e532c8fc3e6f835.tar.gz
inkscape-3207c33d4702410e428dd8ea9e532c8fc3e6f835.zip
Cmake: add missing CMakeLists.txt
(bzr r5340)
Diffstat (limited to 'src/helper/CMakeLists.txt')
-rw-r--r--src/helper/CMakeLists.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/helper/CMakeLists.txt b/src/helper/CMakeLists.txt
new file mode 100644
index 000000000..dc975cf20
--- /dev/null
+++ b/src/helper/CMakeLists.txt
@@ -0,0 +1,23 @@
+include(UseGlibMarshal)
+
+SET(Marshal
+sp-marshal.list
+)
+
+GLIB_MARSHAL(sp-marshal ${Marshal} ${CMAKE_CURRENT_BINARY_DIR})
+
+SET(helper_SRC
+action.cpp
+gnome-utils.cpp
+pixbuf-ops.cpp
+png-write.cpp
+stock-items.cpp
+unit-menu.cpp
+units.cpp
+units-test.cpp
+unit-tracker.cpp
+window.cpp
+sp-marshal.list
+# we generate this file and it's .h counter-part
+sp-marshal.cpp
+)