Code

Cmake: Fix Dependencies with multiple include directories.
[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 lpe-mirror_reflect.cpp
25 lpe-mirror_reflect.h
26 lpeobject.cpp
27 lpeobject.h
28 lpeobject-reference.cpp
29 lpeobject-reference.h
30 lpe-patternalongpath.cpp
31 lpe-patternalongpath.h
32 lpe-perp_bisector.cpp
33 lpe-perp_bisector.h
34 lpe-perspective_path.cpp
35 lpe-perspective_path.h
36 lpe-skeleton.cpp
37 lpe-skeleton.h
38 lpe-sketch.cpp
39 lpe-sketch.h
40 lpe-spiro.cpp
41 lpe-spiro.h
42 lpe-tangent_to_curve.cpp
43 lpe-tangent_to_curve.h
44 lpe-test-doEffect-stack.cpp
45 lpe-test-doEffect-stack.h
46 lpe-vonkoch.cpp
47 lpe-vonkoch.h
48 spiro.cpp
49 spiro.h
50 )