Code

LPE knotholder refactoring: PointParams are not knotholder entities any more; instead...
[inkscape.git] / src / live_effects / CMakeLists.txt
1 SET(live_effects_SRC
2 bezctx.cpp
3 effect.cpp
4 lpe-bendpath.cpp
5 lpe-boolops.cpp
6 lpe-circle_with_radius.cpp
7 lpe-constructgrid.cpp
8 lpe-curvestitch.cpp
9 lpe-envelope.cpp
10 lpe-gears.cpp
11 lpegroupbbox.cpp
12 lpe-interpolate.cpp
13 lpe-knot.cpp
14 lpe-lattice.cpp
15 lpe-mirror_symmetry.cpp
16 lpeobject.cpp
17 lpeobject-reference.cpp
18 lpe-patternalongpath.cpp
19 lpe-perp_bisector.cpp
20 lpe-perspective_path.cpp
21 lpe-skeleton.cpp
22 lpe-sketch.cpp
23 lpe-spiro.cpp
24 lpe-tangent_to_curve.cpp
25 lpe-test-doEffect-stack.cpp
26 lpe-vonkoch.cpp
27 spiro.cpp
28 )