summaryrefslogtreecommitdiffstats
path: root/src/widgets
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/widgets
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/widgets')
-rw-r--r--src/widgets/CMakeLists.txt39
1 files changed, 38 insertions, 1 deletions
diff --git a/src/widgets/CMakeLists.txt b/src/widgets/CMakeLists.txt
index 09d2d6303..d9e05f06a 100644
--- a/src/widgets/CMakeLists.txt
+++ b/src/widgets/CMakeLists.txt
@@ -34,7 +34,44 @@ set(widgets_SRC
stroke-style.cpp
swatch-selector.cpp
toolbox.cpp
+
+ button.h
+ dash-selector.h
+ desktop-widget.h
+ eek-preview.h
+ ege-paint-def.h
+ fill-n-stroke-factory.h
+ fill-style.h
+ font-selector.h
+ gradient-image.h
+ gradient-selector.h
+ gradient-toolbar.h
+ gradient-vector.h
+ icon.h
+ paint-selector.h
+ ruler.h
+ select-toolbar.h
+ shrink-wrap-button.h
+ sp-attribute-widget.h
+ sp-color-gtkselector.h
+ sp-color-icc-selector.h
+ sp-color-notebook.h
+ sp-color-preview.h
+ sp-color-scales.h
+ sp-color-selector.h
+ sp-color-slider.h
+ sp-color-wheel-selector.h
+ sp-widget.h
+ sp-xmlview-attr-list.h
+ sp-xmlview-content.h
+ sp-xmlview-tree.h
+ spinbutton-events.h
+ spw-utilities.h
+ stroke-style.h
+ swatch-selector.h
+ toolbox.h
+ widget-sizes.h
)
-# add_library(widgets_LIB ${widgets_SRC})
+# add_inkscape_lib(widgets_LIB "${widgets_SRC}")
add_inkscape_source("${widgets_SRC}")