diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2015-09-13 17:50:28 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2015-09-13 17:50:28 +0000 |
| commit | 25900540fbb26b44933ce1ead2240893769cd60f (patch) | |
| tree | 731a41270b51019617bf708b2ad6da26cb3cfe81 /src/CMakeLists.txt | |
| parent | Second round of extension executable bit cleanup. (diff) | |
| download | inkscape-25900540fbb26b44933ce1ead2240893769cd60f.tar.gz inkscape-25900540fbb26b44933ce1ead2240893769cd60f.zip | |
Refactoring of the code that handles transformations and snapping in the selector tool and the node tool. Splitting large chunks of code into some small classes, and eliminating some wrapper methods which were all just too similar
(bzr r14363)
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 ed93d5f14..ec7713464 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -240,6 +240,7 @@ set(inkscape_SRC print.cpp profile-manager.cpp proj_pt.cpp + pure-transform.cpp rdf.cpp removeoverlap.cpp resource-manager.cpp @@ -367,6 +368,7 @@ set(inkscape_SRC print.h profile-manager.h proj_pt.h + pure-transform.h rdf.h remove-last.h removeoverlap.h |
