Code

Cmake: added windows path to find modules.
[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.h
23 lpe-lattice.cpp
24 lpeobject.cpp
25 lpeobject.h
26 lpeobject-reference.cpp
27 lpeobject-reference.h
28 lpe-patternalongpath.cpp
29 lpe-patternalongpath.h
30 lpe-perp_bisector.cpp
31 lpe-perp_bisector.h
32 lpe-perspective_path.cpp
33 lpe-perspective_path.h
34 lpe-skeleton.cpp
35 lpe-skeleton.h
36 lpe-sketch.cpp
37 lpe-sketch.h
38 lpe-spiro.cpp
39 lpe-spiro.h
40 lpe-tangent_to_curve.cpp
41 lpe-tangent_to_curve.h
42 lpe-test-doEffect-stack.cpp
43 lpe-test-doEffect-stack.h
44 lpe-vonkoch.cpp
45 lpe-vonkoch.h
46 spiro.cpp
47 spiro.h
48 )