@@ -113,6 +113,8 @@ SET(QGIS_ANALYSIS_HDRS
113
113
raster/qgsrastercalcnode.h
114
114
raster/qgstotalcurvaturefilter.h
115
115
116
+ vector/mersenne-twister.h
117
+ vector/qgsgeometrysnapper.h
116
118
vector/qgstransectsample.h
117
119
vector/qgszonalstatistics.h
118
120
@@ -126,6 +128,7 @@ SET(QGIS_ANALYSIS_HDRS
126
128
interpolation/TriangleInterpolator.h
127
129
interpolation/Vector3D.h
128
130
interpolation/DualEdgeTriangulation.h
131
+ interpolation/MathUtils.h
129
132
interpolation/Node.h
130
133
interpolation/TriDecorator.h
131
134
interpolation/Triangulation.h
@@ -136,6 +139,8 @@ SET(QGIS_ANALYSIS_HDRS
136
139
137
140
openstreetmap/qgsosmbase.h
138
141
openstreetmap/qgsosmdatabase.h
142
+ openstreetmap/qgsosmdownload.h
143
+ openstreetmap/qgsosmimport.h
139
144
140
145
network/qgsgraph.h
141
146
network/qgsgraphbuilderinterface.h
@@ -144,6 +149,7 @@ SET(QGIS_ANALYSIS_HDRS
144
149
network/qgsnetworkspeedstrategy.h
145
150
network/qgsnetworkdistancestrategy.h
146
151
network/qgsgraphanalyzer.h
152
+ network/qgsvectorlayerdirector.h
147
153
)
148
154
149
155
INCLUDE_DIRECTORIES (
0 commit comments