Skip to content

Commit 9604885

Browse files
author
mhugent
committed
Add interpolator classes to install headers
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12071 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent cd041e1 commit 9604885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analysis/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ INSTALL(TARGETS qgis_analysis
101101

102102
# Added by Tim to install headers
103103

104-
SET(QGIS_ANALYSIS_HDRS vector/qgsgeometryanalyzer.h vector/qgszonalstatistics.h vector/qgsgeometryanalyzer.h
104+
SET(QGIS_ANALYSIS_HDRS vector/qgsgeometryanalyzer.h vector/qgszonalstatistics.h vector/qgsgeometryanalyzer.h interpolation/qgsinterpolator.h interpolation/qgsgridfilewriter.h interpolation/qgsidwinterpolator.h interpolation/qgstininterpolator.h
105105
)
106106

107107
INSTALL(CODE "MESSAGE(\"Installing ANALYSIS headers...\")")

0 commit comments

Comments
 (0)