diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2012-02-08 00:57:59 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2012-02-08 00:57:59 +0000 |
| commit | cb1ecdc0993b8be6c852adf7e84577c62fc87af0 (patch) | |
| tree | d00a8fe7a5f48eb1db041de8fe742d948b78b041 /src | |
| parent | Fix typo in gtkmm-2.22 backward compatibility (diff) | |
| download | inkscape-cb1ecdc0993b8be6c852adf7e84577c62fc87af0.tar.gz inkscape-cb1ecdc0993b8be6c852adf7e84577c62fc87af0.zip | |
add missing files in cmake
(bzr r10949)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt index bb97e6f1d..e066e7f43 100644 --- a/src/live_effects/CMakeLists.txt +++ b/src/live_effects/CMakeLists.txt @@ -67,6 +67,7 @@ set(live_effects_SRC lpe-boolops.h lpe-circle_3pts.h lpe-circle_with_radius.h + lpe-clone-original.h lpe-constructgrid.h lpe-copy_rotate.h lpe-curvestitch.h @@ -100,12 +101,14 @@ set(live_effects_SRC lpegroupbbox.h lpeobject-reference.h lpeobject.h + parameter/array.h parameter/bool.h parameter/enum.h parameter/parameter.h parameter/path-reference.h parameter/path.h + parameter/originalpath.h parameter/point.h parameter/powerstrokepointarray.h parameter/random.h |
