Skip to content

Commit d5e63bc

Browse files
committed
Add missing headers to analysis CMakeLists
1 parent eb7ad7a commit d5e63bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/analysis/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ SET(QGIS_ANALYSIS_HDRS
113113
raster/qgsrastercalcnode.h
114114
raster/qgstotalcurvaturefilter.h
115115

116+
vector/mersenne-twister.h
117+
vector/qgsgeometrysnapper.h
116118
vector/qgstransectsample.h
117119
vector/qgszonalstatistics.h
118120

@@ -126,6 +128,7 @@ SET(QGIS_ANALYSIS_HDRS
126128
interpolation/TriangleInterpolator.h
127129
interpolation/Vector3D.h
128130
interpolation/DualEdgeTriangulation.h
131+
interpolation/MathUtils.h
129132
interpolation/Node.h
130133
interpolation/TriDecorator.h
131134
interpolation/Triangulation.h
@@ -136,6 +139,8 @@ SET(QGIS_ANALYSIS_HDRS
136139

137140
openstreetmap/qgsosmbase.h
138141
openstreetmap/qgsosmdatabase.h
142+
openstreetmap/qgsosmdownload.h
143+
openstreetmap/qgsosmimport.h
139144

140145
network/qgsgraph.h
141146
network/qgsgraphbuilderinterface.h
@@ -144,6 +149,7 @@ SET(QGIS_ANALYSIS_HDRS
144149
network/qgsnetworkspeedstrategy.h
145150
network/qgsnetworkdistancestrategy.h
146151
network/qgsgraphanalyzer.h
152+
network/qgsvectorlayerdirector.h
147153
)
148154

149155
INCLUDE_DIRECTORIES(

0 commit comments

Comments
 (0)