Code

LPE knotholder refactoring: PointParams are not knotholder entities any more; instead...
[inkscape.git] / src / live_effects / CMakeLists.txt
index f88e965311d0ece284e1b5baf4d2d31c90f78981..98875a5a21ba4bb1b0422536462fd9e46add9482 100644 (file)
@@ -1,35 +1,28 @@
 SET(live_effects_SRC
+bezctx.cpp
 effect.cpp
-effect.h
+lpe-bendpath.cpp
+lpe-boolops.cpp
+lpe-circle_with_radius.cpp
+lpe-constructgrid.cpp
 lpe-curvestitch.cpp
-lpe-curvestitch.h
+lpe-envelope.cpp
 lpe-gears.cpp
-lpe-gears.h
 lpegroupbbox.cpp
-lpegroupbbox.h
+lpe-interpolate.cpp
 lpe-knot.cpp
-lpe-knot.h
+lpe-lattice.cpp
+lpe-mirror_symmetry.cpp
 lpeobject.cpp
-lpeobject.h
 lpeobject-reference.cpp
-lpeobject-reference.h
-lpe-bendpath.cpp
-lpe-bendpath.h
 lpe-patternalongpath.cpp
-lpe-patternalongpath.h
+lpe-perp_bisector.cpp
+lpe-perspective_path.cpp
 lpe-skeleton.cpp
-lpe-skeleton.h
 lpe-sketch.cpp
-lpe-sketch.h
-lpe-slant.cpp
-lpe-slant.h
+lpe-spiro.cpp
+lpe-tangent_to_curve.cpp
 lpe-test-doEffect-stack.cpp
-lpe-test-doEffect-stack.h
 lpe-vonkoch.cpp
-lpe-vonkoch.h
-n-art-bpath-2geom.cpp
-n-art-bpath-2geom.h
-${live_effects_parameter_SRC}
+spiro.cpp
 )
-
-ADD_SUBDIRECTORY(parameter)