summaryrefslogtreecommitdiffstats
path: root/src/display
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/display
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/display')
-rw-r--r--src/display/CMakeLists.txt69
1 files changed, 68 insertions, 1 deletions
diff --git a/src/display/CMakeLists.txt b/src/display/CMakeLists.txt
index 056067ea4..30643550f 100644
--- a/src/display/CMakeLists.txt
+++ b/src/display/CMakeLists.txt
@@ -57,7 +57,74 @@ set(display_SRC
sp-ctrlline.cpp
sp-ctrlpoint.cpp
sp-ctrlquadr.cpp
+
+
+ # -------
+ # Headers
+ canvas-arena.h
+ canvas-axonomgrid.h
+ canvas-bpath.h
+ canvas-grid.h
+ canvas-temporary-item-list.h
+ canvas-temporary-item.h
+ canvas-text.h
+ curve-test.h
+ curve.h
+ gnome-canvas-acetate.h
+ grayscale.h
+ guideline.h
+ inkscape-cairo.h
+ nr-3dutils.h
+ nr-arena-forward.h
+ nr-arena-glyphs.h
+ nr-arena-group.h
+ nr-arena-image.h
+ nr-arena-item.h
+ nr-arena-shape.h
+ nr-arena.h
+ nr-filter-blend.h
+ nr-filter-colormatrix.h
+ nr-filter-component-transfer.h
+ nr-filter-composite.h
+ nr-filter-convolve-matrix.h
+ nr-filter-diffuselighting.h
+ nr-filter-displacement-map.h
+ nr-filter-flood.h
+ nr-filter-gaussian.h
+ nr-filter-getalpha.h
+ nr-filter-image.h
+ nr-filter-merge.h
+ nr-filter-morphology.h
+ nr-filter-offset.h
+ nr-filter-pixops.h
+ nr-filter-primitive.h
+ nr-filter-skeleton.h
+ nr-filter-slot.h
+ nr-filter-specularlighting.h
+ nr-filter-tile.h
+ nr-filter-turbulence.h
+ nr-filter-types.h
+ nr-filter-units.h
+ nr-filter-utils.h
+ nr-filter.h
+ nr-light-types.h
+ nr-light.h
+ nr-plain-stuff-gdk.h
+ nr-plain-stuff.h
+ pixblock-scaler.h
+ pixblock-transform.h
+ rendermode.h
+ snap-indicator.h
+ sodipodi-ctrl.h
+ sodipodi-ctrlrect.h
+ sp-canvas-group.h
+ sp-canvas-item.h
+ sp-canvas-util.h
+ sp-canvas.h
+ sp-ctrlline.h
+ sp-ctrlpoint.h
+ sp-ctrlquadr.h
)
-# add_library(display_LIB ${display_SRC})
+# add_inkscape_lib(display_LIB "${display_SRC}")
add_inkscape_source("${display_SRC}")