diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2016-09-03 03:24:49 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2016-09-03 03:24:49 +0000 |
| commit | 15986c2286dbc36f42de43e3cb98aad9fc0f16c7 (patch) | |
| tree | e89444453f46c42167693c773644a05bfed19365 /src/2geom | |
| parent | Update CMake checker (diff) | |
| download | inkscape-15986c2286dbc36f42de43e3cb98aad9fc0f16c7.tar.gz inkscape-15986c2286dbc36f42de43e3cb98aad9fc0f16c7.zip | |
CMake: add missing headers
(bzr r15102)
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 |
