Code

update 2geom
[inkscape.git] / src / 2geom / CMakeLists.txt
1 SET(2geom_SRC
2 angle.h
3 basic-intersection.cpp
4 basic-intersection.h
5 bezier-curve.h
6 bezier.h
7 bezier-to-sbasis.h
8 bezier-utils.cpp
9 bezier-utils.h
10 choose.h
11 circle-circle.cpp
12 circulator.h
13 concepts.h
14 conjugate_gradient.cpp
15 conjugate_gradient.h
16 convex-cover.cpp
17 convex-cover.h
18 coord.h
19 crossing.cpp
20 crossing.h
21 curve.h
22 curve-helpers.cpp
23 curves.h
24 d2.h
25 d2-sbasis.cpp
26 d2-sbasis.h
27 elliptical-arc.cpp
28 elliptical-arc.h
29 exception.h
30 forward.h
31 geom.cpp
32 geom.h
33 hvlinesegment.h
34 interval.h
35 isnan.h
36 linear.h
37 matrix.cpp
38 matrix.h
39 nearest-point.cpp
40 nearest-point.h
41 numeric
42 ord.h
43 path.cpp
44 path.h
45 path-intersection.cpp
46 path-intersection.h
47 pathvector.cpp
48 pathvector.h
49 piecewise.cpp
50 piecewise.h
51 point.cpp
52 point.h
53 point-l.h
54 point-ops.h
55 poly.cpp
56 poly-dk-solve.cpp
57 poly-dk-solve.h
58 poly.h
59 poly-laguerre-solve.cpp
60 poly-laguerre-solve.h
61 quadtree.cpp
62 quadtree.h
63 rect.h
64 region.cpp
65 region.h
66 sbasis-2d.cpp
67 sbasis-2d.h
68 sbasis.cpp
69 sbasis-curve.h
70 sbasis-geometric.cpp
71 sbasis-geometric.h
72 sbasis.h
73 sbasis-math.cpp
74 sbasis-math.h
75 sbasis-poly.cpp
76 sbasis-poly.h
77 sbasis-roots.cpp
78 sbasis-to-bezier.cpp
79 sbasis-to-bezier.h
80 shape.cpp
81 shape.h
82 solve-bezier-one-d.cpp
83 solve-bezier-parametric.cpp
84 solver.h
85 sturm.h
86 svg-path.cpp
87 svg-path.h
88 svg-path-parser.cpp
89 svg-path-parser.h
90 sweep.cpp
91 sweep.h
92 transforms.cpp
93 transforms.h
94 utils.h
95 )
97 ADD_LIBRARY(2geom STATIC ${2geom_SRC})