Code

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