diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2016-09-03 16:19:55 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2016-09-03 16:19:55 +0000 |
| commit | f60204e78c2075158c123b36211e876e05687bf7 (patch) | |
| tree | 21029771f4600ceafd30229194a192e8da196d8e /src/2geom | |
| parent | remove == true/false. (diff) | |
| parent | CMake: add missing headers (diff) | |
| download | inkscape-f60204e78c2075158c123b36211e876e05687bf7.tar.gz inkscape-f60204e78c2075158c123b36211e876e05687bf7.zip | |
Merged.
(bzr r15100.1.13)
Diffstat (limited to 'src/2geom')
| -rw-r--r-- | src/2geom/CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/2geom/CMakeLists.txt b/src/2geom/CMakeLists.txt index 97b47b630..aa51d51bd 100644 --- a/src/2geom/CMakeLists.txt +++ b/src/2geom/CMakeLists.txt @@ -60,13 +60,16 @@ set(2geom_SRC bezier-to-sbasis.h bezier-utils.h bezier.h + cairo-path-sink.h choose.h circle.h + circulator.h concepts.h conic_section_clipper.h conic_section_clipper_cr.h conic_section_clipper_impl.h conicsec.h + convex-hull.h coord.h crossing.h curve.h @@ -82,10 +85,13 @@ set(2geom_SRC int-interval.h int-point.h int-rect.h + intersection-graph.h + intersection.h interval.h line.h linear.h math-utils.h + nearest-time.h ord.h path-intersection.h path-sink.h @@ -106,8 +112,8 @@ set(2geom_SRC solver.h svg-path-parser.h svg-path-writer.h - sweeper.h sweep-bounds.h + sweeper.h toposweep.h transforms.h utils.h |
