diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-06-12 08:25:42 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-06-12 08:25:42 +0000 |
| commit | 6ed2673499ca548767bb7d2edb453a228ece86fd (patch) | |
| tree | d1a4293bbd40102f2c5aeea26991f05c786ed256 /src/CMakeLists.txt | |
| parent | Extensions: Use underscored variants of parameters / attribute names in inter... (diff) | |
| download | inkscape-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.txt | 2 |
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 |
