summaryrefslogtreecommitdiffstats
path: root/src/2geom/CMakeLists.txt
blob: f7093192451049434bf2c36540b051f1e9d06233 (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
SET(2geom_SRC
angle.h
basic-intersection.cpp
basic-intersection.h
bezier.h
bezier-to-sbasis.h
bezier-utils.cpp
bezier-utils.h
choose.h
circle-circle.cpp
circulator.h
concepts.h
conjugate_gradient.cpp
conjugate_gradient.h
convex-cover.cpp
convex-cover.h
coord.h
crossing.cpp
crossing.h
d2.h
d2-sbasis.cpp
d2-sbasis.h
exception.h
geom.cpp
geom.h
interval.h
isnan.h
linear.h
makefile.in
Makefile_insert
matrix.cpp
matrix.h
ord.h
path.cpp
path.h
path-intersection.cpp
path-intersection.h
piecewise.cpp
piecewise.h
point.cpp
point.h
point-l.h
point-ops.h
poly.cpp
poly-dk-solve.cpp
poly-dk-solve.h
poly.h
poly-laguerre-solve.cpp
poly-laguerre-solve.h
quadtree.cpp
quadtree.h
rect.h
region.cpp
region.h
sbasis-2d.cpp
sbasis-2d.h
sbasis.cpp
sbasis-geometric.cpp
sbasis-geometric.h
sbasis.h
sbasis-math.cpp
sbasis-math.h
sbasis-poly.cpp
sbasis-poly.h
sbasis-roots.cpp
sbasis-to-bezier.cpp
sbasis-to-bezier.h
shape.cpp
shape.h
solve-bezier-one-d.cpp
solve-bezier-parametric.cpp
solver.h
sturm.h
svg-elliptical-arc.cpp
svg-path.cpp
svg-path.h
svg-path-parser.cpp
svg-path-parser.h
sweep.cpp
sweep.h
transforms.cpp
transforms.h
utils.h
)

ADD_LIBRARY(2geom STATIC ${2geom_SRC})