diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-07-02 11:29:03 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-07-02 11:29:03 +0000 |
| commit | 22e482dd499a412dba05b570fec09cf08bc668f2 (patch) | |
| tree | 005c5b7db4c6f354a54af4b20f2452824ee08a89 | |
| parent | Add LPE fillet-chamfer (diff) | |
| download | inkscape-22e482dd499a412dba05b570fec09cf08bc668f2.tar.gz inkscape-22e482dd499a412dba05b570fec09cf08bc668f2.zip | |
Fixed CMakeLists.txt pointed by Liam
(bzr r13341.1.75)
| -rw-r--r-- | src/live_effects/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | src/ui/CMakeLists.txt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt index 5d365bb21..a4d35b339 100644 --- a/src/live_effects/CMakeLists.txt +++ b/src/live_effects/CMakeLists.txt @@ -14,6 +14,7 @@ set(live_effects_SRC lpe-envelope.cpp lpe-envelope-perspective.cpp lpe-extrude.cpp + lpe-fillet-chamfer.cpp lpe-gears.cpp lpe-interpolate.cpp lpe-knot.cpp @@ -48,6 +49,7 @@ set(live_effects_SRC parameter/array.cpp parameter/bool.cpp + parameter/filletchamferpointarray.cpp parameter/parameter.cpp parameter/path.cpp parameter/originalpath.cpp @@ -77,6 +79,7 @@ set(live_effects_SRC lpe-dynastroke.h lpe-envelope.h lpe-extrude.h + lpe-fillet-chamfer.h lpe-gears.h lpe-interpolate.h lpe-knot.h @@ -112,6 +115,7 @@ set(live_effects_SRC parameter/array.h parameter/bool.h + parameter/filletchamferpointarray.h parameter/enum.h parameter/parameter.h parameter/path-reference.h diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 7d80f1e36..125755c48 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -78,6 +78,7 @@ set(ui_SRC dialog/layers.cpp dialog/livepatheffect-add.cpp dialog/livepatheffect-editor.cpp + dialog/lpe-fillet-chamfer-properties.cpp dialog/memory.cpp dialog/messages.cpp dialog/new-from-template.cpp @@ -198,6 +199,7 @@ set(ui_SRC dialog/layers.h dialog/livepatheffect-add.h dialog/livepatheffect-editor.h + dialog/lpe-fillet-chamfer-properties.h dialog/memory.h dialog/messages.h dialog/new-from-template.h |
