summaryrefslogtreecommitdiffstats
path: root/src/2geom
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-06-24 06:32:23 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-06-24 06:32:23 +0000
commitf53151e0184975e4331f5e981f57e32148379d74 (patch)
tree90c2086e058777c2b464844e14fa61bca3dfc91c /src/2geom
parentdelivarotify, render with cairo; regression: cairo cannot do inverse (diff)
downloadinkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz
inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip
Cmake: remove header files from source lists
(bzr r6046)
Diffstat (limited to 'src/2geom')
-rw-r--r--src/2geom/CMakeLists.txt56
1 files changed, 0 insertions, 56 deletions
diff --git a/src/2geom/CMakeLists.txt b/src/2geom/CMakeLists.txt
index 7150eacad..8c22cb15a 100644
--- a/src/2geom/CMakeLists.txt
+++ b/src/2geom/CMakeLists.txt
@@ -1,97 +1,41 @@
SET(2geom_SRC
-angle.h
basic-intersection.cpp
-basic-intersection.h
-bezier-curve.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
-curve.h
curve-helpers.cpp
-curves.h
-d2.h
d2-sbasis.cpp
-d2-sbasis.h
elliptical-arc.cpp
-elliptical-arc.h
-exception.h
-forward.h
geom.cpp
-geom.h
-hvlinesegment.h
-interval.h
-isnan.h
-linear.h
matrix.cpp
-matrix.h
nearest-point.cpp
-nearest-point.h
numeric
-ord.h
path.cpp
-path.h
path-intersection.cpp
-path-intersection.h
pathvector.cpp
-pathvector.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-curve.h
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-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})