Cross Reference: CMakeLists.txt
xref
: /
inkscape
/
src
/
2geom
/
CMakeLists.txt
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
CMakeLists.txt revision bcefda170be66bbb47bf4bb4f1f70fc2b72cf01a
943
N/A
830
N/A
set(2geom_SRC
830
N/A
affine.cpp
919
N/A
basic-intersection.cpp
919
N/A
bezier.cpp
919
N/A
bezier-clipping.cpp
919
N/A
bezier-curve.cpp
919
N/A
bezier-utils.cpp
830
N/A
cairo-path-sink.cpp
919
N/A
circle.cpp
919
N/A
#
conic_section_clipper_impl.cpp
919
N/A
#
conicsec.cpp
830
N/A
convex-hull.cpp
919
N/A
coord.cpp
919
N/A
crossing.cpp
919
N/A
curve.cpp
919
N/A
d2-sbasis.cpp
919
N/A
ellipse.cpp
919
N/A
elliptical-arc.cpp
919
N/A
elliptical-arc-from-sbasis.cpp
830
N/A
geom.cpp
830
N/A
intersection-graph.cpp
830
N/A
line.cpp
830
N/A
nearest-time.cpp
830
N/A
numeric/matrix.cpp
830
N/A
path-intersection.cpp
830
N/A
path-sink.cpp
830
N/A
path.cpp
830
N/A
pathvector.cpp
830
N/A
piecewise.cpp
830
N/A
point.cpp
830
N/A
polynomial.cpp
830
N/A
rect.cpp
830
N/A
#
recursive-bezier-intersection.cpp
830
N/A
sbasis-2d.cpp
830
N/A
sbasis-geometric.cpp
830
N/A
sbasis-math.cpp
830
N/A
sbasis-poly.cpp
830
N/A
sbasis-roots.cpp
830
N/A
sbasis-to-bezier.cpp
830
N/A
sbasis.cpp
830
N/A
solve-bezier.cpp
830
N/A
solve-bezier-one-d.cpp
830
N/A
solve-bezier-parametric.cpp
830
N/A
svg-path-parser.cpp
830
N/A
svg-path-writer.cpp
830
N/A
sweep-bounds.cpp
830
N/A
toposweep.cpp
transforms.cpp
utils.cpp
viewbox.cpp
# -------
2geom.h
# Headers
affine.h
angle.h
basic-intersection.h
bezier-curve.h
bezier-to-sbasis.h
bezier-utils.h
bezier.h
choose.h
circle.h
concepts.h
conic_section_clipper.h
conic_section_clipper_cr.h
conic_section_clipper_impl.h
conicsec.h
coord.h
crossing.h
curve.h
curves.h
d2-sbasis.h
d2.h
ellipse.h
elliptical-arc.h
exception.h
forward.h
generic-interval.h
generic-rect.h
geom.h
int-interval.h
int-point.h
int-rect.h
interval.h
line.h
linear.h
math-utils.h
ord.h
path-intersection.h
path-sink.h
path.h
pathvector.h
piecewise.h
point.h
polynomial.h
ray.h
rect.h
sbasis-2d.h
sbasis-curve.h
sbasis-geometric.h
sbasis-math.h
sbasis-poly.h
sbasis-to-bezier.h
sbasis.h
solver.h
svg-path-parser.h
svg-path-writer.h
sweeper.h
sweep-bounds.h
toposweep.h
transforms.h
utils.h
numeric/fitting-model.h
numeric/fitting-tool.h
numeric/linear_system.h
numeric/matrix.h
numeric/symmetric-matrix-fs-operation.h
numeric/symmetric-matrix-fs-trace.h
numeric/symmetric-matrix-fs.h
numeric/vector.h
)
# make lib for 2geom_LIB
add_inkscape_lib(2geom_LIB "${2geom_SRC}")