summaryrefslogtreecommitdiffstats
path: root/src/helper/CMakeLists.txt
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-13 05:39:42 +0000
committerCampbell Barton <ideasman42@gmail.com>2011-06-13 05:39:42 +0000
commitb7a4f23ed217a36eaaefe8f707bcc1b968d1e562 (patch)
tree3ea6133fa6ac3a5cc836501a2daf8424112e797f /src/helper/CMakeLists.txt
parentReplace deprecated GTK_WIDGET_(UN)SET_FLAGS macros (diff)
downloadinkscape-b7a4f23ed217a36eaaefe8f707bcc1b968d1e562.tar.gz
inkscape-b7a4f23ed217a36eaaefe8f707bcc1b968d1e562.zip
cmake:
- group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
Diffstat (limited to 'src/helper/CMakeLists.txt')
-rw-r--r--src/helper/CMakeLists.txt26
1 files changed, 23 insertions, 3 deletions
diff --git a/src/helper/CMakeLists.txt b/src/helper/CMakeLists.txt
index b4786ff54..f1069e986 100644
--- a/src/helper/CMakeLists.txt
+++ b/src/helper/CMakeLists.txt
@@ -21,11 +21,31 @@ set(helper_SRC
#units-test.cpp
unit-tracker.cpp
window.cpp
- sp-marshal.cpp
- sp-marshal.list
+
# we generate this file and it's .h counter-part
${sp_marshal_SRC}
+
+
+ # -------
+ # Headers
+ action.h
+ geom-curves.h
+ geom-nodetype.h
+ geom.h
+ gnome-utils.h
+ helper-forward.h
+ pixbuf-ops.h
+ png-write.h
+ recthull.h
+ sp-marshal.h
+ stlport.h
+ stock-items.h
+ unit-menu.h
+ unit-tracker.h
+ units-test.h
+ units.h
+ window.h
)
-# add_library(helper_LIB ${helper_SRC})
+# add_inkscape_lib(helper_LIB "${helper_SRC}")
add_inkscape_source("${helper_SRC}")