summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-06-12 08:25:42 +0000
committertavmjong-free <tavmjong@free.fr>2016-06-12 08:25:42 +0000
commit6ed2673499ca548767bb7d2edb453a228ece86fd (patch)
treed1a4293bbd40102f2c5aeea26991f05c786ed256 /src/CMakeLists.txt
parentExtensions: Use underscored variants of parameters / attribute names in inter... (diff)
downloadinkscape-6ed2673499ca548767bb7d2edb453a228ece86fd.tar.gz
inkscape-6ed2673499ca548767bb7d2edb453a228ece86fd.zip
Optionally sort attributes and properties into a canonical order.
Useful for comparing different versions of an SVG file. (bzr r14980)
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 cf5130317..66f16b7fb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -10,6 +10,7 @@ set(sp_SRC
attribute-rel-css.cpp
attribute-rel-svg.cpp
attribute-rel-util.cpp
+ attribute-sort-util.cpp
sp-anchor.cpp
sp-clippath.cpp
sp-conn-end-pair.cpp
@@ -92,6 +93,7 @@ set(sp_SRC
attribute-rel-css.h
attribute-rel-svg.h
attribute-rel-util.h
+ attribute-sort-util.h
sp-anchor.h
sp-clippath.h
sp-conn-end-pair.h