File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ set(LIB_SOURCE_FILES
171171 src/h3lib/include/coordijk.h
172172 src/h3lib/include/algos.h
173173 src/h3lib/include/geodesic_iterator.h
174+ src/h3lib/include/polyfill_iterator.h
174175 src/h3lib/lib/h3Assert.c
175176 src/h3lib/lib/algos.c
176177 src/h3lib/lib/coordijk.c
@@ -191,7 +192,9 @@ set(LIB_SOURCE_FILES
191192 src/h3lib/lib/faceijk.c
192193 src/h3lib/lib/baseCells.c
193194 src/h3lib/lib/geodesic_iterator.c
194- src/h3lib/lib/geodesic_polygon.c)
195+ src/h3lib/lib/geodesic_polygon.c
196+ src/h3lib/lib/geodesic_polygon_internal.h
197+ src/h3lib/lib/sphereCapTables.h)
195198set (APP_SOURCE_FILES
196199 src/apps/applib/include/kml.h
197200 src/apps/applib/include/benchmark.h
@@ -283,7 +286,7 @@ set(OTHER_SOURCE_FILES
283286 src/apps/testapps/testH3IteratorsInternal.c
284287 src/apps/testapps/testMathExtensionsInternal.c
285288 src/apps/testapps/testDescribeH3Error.c
286- srs /apps/testapps/testSphereCap.c
289+ src /apps/testapps/testSphereCap.c
287290 src/apps/miscapps/cellToBoundaryHier.c
288291 src/apps/miscapps/cellToLatLngHier.c
289292 src/apps/miscapps/generateBaseCellNeighbors.c
You can’t perform that action at this time.
0 commit comments