Code

f7093192451049434bf2c36540b051f1e9d06233
[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 exception.h
24 geom.cpp
25 geom.h
26 interval.h
27 isnan.h
28 linear.h
29 makefile.in
30 Makefile_insert
31 matrix.cpp
32 matrix.h
33 ord.h
34 path.cpp
35 path.h
36 path-intersection.cpp
37 path-intersection.h
38 piecewise.cpp
39 piecewise.h
40 point.cpp
41 point.h
42 point-l.h
43 point-ops.h
44 poly.cpp
45 poly-dk-solve.cpp
46 poly-dk-solve.h
47 poly.h
48 poly-laguerre-solve.cpp
49 poly-laguerre-solve.h
50 quadtree.cpp
51 quadtree.h
52 rect.h
53 region.cpp
54 region.h
55 sbasis-2d.cpp
56 sbasis-2d.h
57 sbasis.cpp
58 sbasis-geometric.cpp
59 sbasis-geometric.h
60 sbasis.h
61 sbasis-math.cpp
62 sbasis-math.h
63 sbasis-poly.cpp
64 sbasis-poly.h
65 sbasis-roots.cpp
66 sbasis-to-bezier.cpp
67 sbasis-to-bezier.h
68 shape.cpp
69 shape.h
70 solve-bezier-one-d.cpp
71 solve-bezier-parametric.cpp
72 solver.h
73 sturm.h
74 svg-elliptical-arc.cpp
75 svg-path.cpp
76 svg-path.h
77 svg-path-parser.cpp
78 svg-path-parser.h
79 sweep.cpp
80 sweep.h
81 transforms.cpp
82 transforms.h
83 utils.h
84 )
86 ADD_LIBRARY(2geom STATIC ${2geom_SRC})