summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-07-31 14:31:01 +0000
committertavmjong-free <tavmjong@free.fr>2014-07-31 14:31:01 +0000
commit291925ef62d1068af1c4b7f3614c96d46f3c20f2 (patch)
tree909ddb2084eae4b02ff42fcd3860c97efb505cbd /src/CMakeLists.txt
parentLimit the number of paths to be used as snap targets, to keep Inkscape respon... (diff)
downloadinkscape-291925ef62d1068af1c4b7f3614c96d46f3c20f2.tar.gz
inkscape-291925ef62d1068af1c4b7f3614c96d46f3c20f2.zip
Basic support for <solidColor> element (rendering only as a paint server).
(bzr r13484)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d40aad802..4a792af6b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -63,6 +63,7 @@ set(sp_SRC
sp-root.cpp
sp-script.cpp
sp-shape.cpp
+ sp-solid-color.cpp
sp-spiral.cpp
sp-star.cpp
sp-stop.cpp
@@ -147,6 +148,7 @@ set(sp_SRC
sp-root.h
sp-script.h
sp-shape.h
+ sp-solid-color.h
sp-spiral.h
sp-star.h
sp-stop.h