summaryrefslogtreecommitdiffstats
path: root/src/live_effects/CMakeLists.txt
blob: a5f50a69d32c1c6e41519af75a10590199646ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
set(live_effects_SRC
	effect.cpp
	lpe-angle_bisector.cpp
	lpe-bendpath.cpp
	lpe-boolops.cpp
	lpe-circle_3pts.cpp
	lpe-circle_with_radius.cpp
	lpe-clone-original.cpp
	lpe-constructgrid.cpp
	lpe-copy_rotate.cpp
	lpe-curvestitch.cpp
	lpe-dynastroke.cpp
	lpe-envelope.cpp
	lpe-extrude.cpp
	lpe-gears.cpp
	lpe-interpolate.cpp
	lpe-knot.cpp
	lpe-lattice.cpp
	lpe-line_segment.cpp
	lpe-mirror_symmetry.cpp
	lpe-offset.cpp
	lpe-parallel.cpp
	lpe-path_length.cpp
	lpe-patternalongpath.cpp
	lpe-perp_bisector.cpp
	lpe-perspective_path.cpp
	lpe-powerstroke.cpp
	lpe-recursiveskeleton.cpp
	lpe-rough-hatches.cpp
	lpe-ruler.cpp
	# lpe-skeleton.cpp
	lpe-sketch.cpp
	lpe-spiro.cpp
	lpe-tangent_to_curve.cpp
	lpe-test-doEffect-stack.cpp
	lpe-text_label.cpp
	lpe-vonkoch.cpp
	lpegroupbbox.cpp
	lpeobject-reference.cpp
	lpeobject.cpp
	spiro.cpp
	spiro-converters.cpp

	parameter/array.cpp
	parameter/bool.cpp
	parameter/parameter.cpp
	parameter/path.cpp
	parameter/originalpath.cpp
	parameter/path-reference.cpp
	parameter/point.cpp
	parameter/powerstrokepointarray.cpp
	parameter/random.cpp
	parameter/text.cpp
	parameter/unit.cpp
	parameter/vector.cpp


	# -------
	# Headers
	effect-enum.h
	effect.h
	lpe-angle_bisector.h
	lpe-bendpath.h
	lpe-boolops.h
	lpe-circle_3pts.h
	lpe-circle_with_radius.h
	lpe-clone-original.h
	lpe-constructgrid.h
	lpe-copy_rotate.h
	lpe-curvestitch.h
	lpe-dynastroke.h
	lpe-envelope.h
	lpe-extrude.h
	lpe-gears.h
	lpe-interpolate.h
	lpe-knot.h
	lpe-lattice.h
	lpe-line_segment.h
	lpe-mirror_symmetry.h
	lpe-offset.h
	lpe-parallel.h
	lpe-path_length.h
	lpe-patternalongpath.h
	lpe-perp_bisector.h
	lpe-perspective_path.h
	lpe-powerstroke.h
	lpe-powerstroke-interpolators.h
	lpe-recursiveskeleton.h
	lpe-rough-hatches.h
	lpe-ruler.h
	lpe-skeleton.h
	lpe-sketch.h
	lpe-spiro.h
	lpe-tangent_to_curve.h
	lpe-test-doEffect-stack.h
	lpe-text_label.h
	lpe-vonkoch.h
	lpegroupbbox.h
	lpeobject-reference.h
	lpeobject.h
	spiro.h
	spiro-converters.h

	parameter/array.h
	parameter/bool.h
	parameter/enum.h
	parameter/parameter.h
	parameter/path-reference.h
	parameter/path.h
	parameter/originalpath.h
	parameter/point.h
	parameter/powerstrokepointarray.h
	parameter/random.h
	parameter/text.h
	parameter/unit.h
	parameter/vector.h

)

# add_inkscape_lib(live_effects_LIB "${live_effects_SRC}")
add_inkscape_source("${live_effects_SRC}")