Code

7d3221357ffd78978c028a1eef17b65dd339f0ca
[inkscape.git] / src / live_effects / CMakeLists.txt
1 SET(live_effects_SRC
2 bezctx.cpp
3 bezctx.h
4 bezctx_intf.h
5 effect.cpp
6 effect.h
7 lpe-bendpath.cpp
8 lpe-bendpath.h
9 lpe-circle_with_radius.cpp
10 lpe-circle_with_radius.h
11 lpe-constructgrid.cpp
12 lpe-constructgrid.h
13 lpe-curvestitch.cpp
14 lpe-curvestitch.h
15 lpe-envelope.cpp
16 lpe-gears.cpp
17 lpe-gears.h
18 lpegroupbbox.cpp
19 lpegroupbbox.h
20 lpe-knot.cpp
21 lpe-knot.h
22 lpe-lattice.cpp
23 lpeobject.cpp
24 lpeobject.h
25 lpeobject-reference.cpp
26 lpeobject-reference.h
27 lpe-patternalongpath.cpp
28 lpe-patternalongpath.h
29 lpe-perp_bisector.cpp
30 lpe-perp_bisector.h
31 lpe-perspective_path.cpp
32 lpe-perspective_path.h
33 lpe-skeleton.cpp
34 lpe-skeleton.h
35 lpe-sketch.cpp
36 lpe-sketch.h
37 lpe-spiro.cpp
38 lpe-spiro.h
39 lpe-tangent_to_curve.cpp
40 lpe-tangent_to_curve.h
41 lpe-test-doEffect-stack.cpp
42 lpe-test-doEffect-stack.h
43 lpe-vonkoch.cpp
44 lpe-vonkoch.h
45 spiro.cpp
46 spiro.h
47 )