diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-07-21 19:05:55 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-07-21 19:05:55 +0000 |
| commit | e7afb49bd67284227bf5df1df22f9993b1bfa581 (patch) | |
| tree | 5ee0f0a2edaa66685ffa97d1150978317b360f39 /src/live_effects/CMakeLists.txt | |
| parent | Disambiguate sigc::ptr_fun to fix C++14 compilation. (diff) | |
| download | inkscape-e7afb49bd67284227bf5df1df22f9993b1bfa581.tar.gz inkscape-e7afb49bd67284227bf5df1df22f9993b1bfa581.zip | |
This for you CR ยท Measure line, show the distance on rect lines CAD like with auto update
(bzr r15017.1.1)
Diffstat (limited to 'src/live_effects/CMakeLists.txt')
| -rw-r--r-- | src/live_effects/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt index 9a2f06a76..ed66dd2d9 100644 --- a/src/live_effects/CMakeLists.txt +++ b/src/live_effects/CMakeLists.txt @@ -27,6 +27,7 @@ set(live_effects_SRC lpe-lattice.cpp lpe-lattice2.cpp lpe-line_segment.cpp + lpe-measure-line.cpp lpe-mirror_symmetry.cpp lpe-offset.cpp lpe-parallel.cpp @@ -68,6 +69,7 @@ set(live_effects_SRC parameter/powerstrokepointarray.cpp parameter/random.cpp parameter/text.cpp + parameter/texttopath.cpp parameter/togglebutton.cpp parameter/transformedpoint.cpp parameter/unit.cpp @@ -105,6 +107,7 @@ set(live_effects_SRC lpe-lattice.h lpe-lattice2.h lpe-line_segment.h + lpe-measure-line.h lpe-mirror_symmetry.h lpe-offset.h lpe-parallel.h @@ -148,6 +151,7 @@ set(live_effects_SRC parameter/powerstrokepointarray.h parameter/random.h parameter/text.h + parameter/texttopath.h parameter/togglebutton.h parameter/transformedpoint.h parameter/unit.h |
