Skip to content

Commit

Permalink
CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sahrkm committed Jul 26, 2024
1 parent 16c6fe0 commit 41699b3
Showing 1 changed file with 124 additions and 0 deletions.
124 changes: 124 additions & 0 deletions src/lib/dglib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,130 @@ add_library(dglib
lib/DgZ7StringRF.cpp
lib/DgZOrderRF.cpp
lib/DgZOrderStringRF.cpp
include/dglib/Dg2WayConverter.h
include/dglib/DgAddress.h
include/dglib/DgAddressBase.h
include/dglib/DgAddressType.h
include/dglib/DgApSeq.h
include/dglib/DgBase.h
include/dglib/DgBoundedHexC2RF2D.h
include/dglib/DgBoundedHexC3C2RF2D.h
include/dglib/DgBoundedHexC3RF2D.h
include/dglib/DgBoundedIDGG.h
include/dglib/DgBoundedIDGGS.h
include/dglib/DgBoundedRF.h
include/dglib/DgBoundedRF2D.h
include/dglib/DgBoundedRFBase.h
include/dglib/DgBoundedRFBase0.h
include/dglib/DgBoundedRFS2D.h
include/dglib/DgCell.h
include/dglib/DgColor.h
include/dglib/DgConstants.h
include/dglib/DgContCartRF.h
include/dglib/DgConverter.h
include/dglib/DgConverterBase.h
include/dglib/DgDVec2D.h
include/dglib/DgDVec3D.h
include/dglib/DgDataField.h
include/dglib/DgDataFieldBase.h
include/dglib/DgDataList.h
include/dglib/DgDiscRF.h
include/dglib/DgDiscRF2D.h
include/dglib/DgDiscRFS.h
include/dglib/DgDiscRFS2D.h
include/dglib/DgDistance.h
include/dglib/DgDmdD4Grid2D.h
include/dglib/DgDmdD4Grid2DS.h
include/dglib/DgDmdD8Grid2D.h
include/dglib/DgDmdD8Grid2DS.h
include/dglib/DgDmdIDGG.h
include/dglib/DgEllipsoidRF.h
include/dglib/DgGeoDatumRF.h
include/dglib/DgGeoProjConverter.h
include/dglib/DgGeoProjRF.h
include/dglib/DgGeoSphRF.h
include/dglib/DgGridTopo.h
include/dglib/DgHexC1Grid2D.h
include/dglib/DgHexC2Grid2D.h
include/dglib/DgHexC3Grid2D.h
include/dglib/DgHexGrid2DS.h
include/dglib/DgHexIDGG.h
include/dglib/DgHexIDGGS.h
include/dglib/DgIDGG.h
include/dglib/DgIDGGBase.h
include/dglib/DgIDGGS.h
include/dglib/DgIDGGS3H.h
include/dglib/DgIDGGS43H.h
include/dglib/DgIDGGS4D.h
include/dglib/DgIDGGS4H.h
include/dglib/DgIDGGS4T.h
include/dglib/DgIDGGS7H.h
include/dglib/DgIDGGSBase.h
include/dglib/DgIDGGutil.h
include/dglib/DgIVec2D.h
include/dglib/DgIVec3D.h
include/dglib/DgIcosaMap.h
include/dglib/DgIcosaProj.h
include/dglib/DgInAIGenFile.h
include/dglib/DgInGdalFile.h
include/dglib/DgInLocFile.h
include/dglib/DgInLocStreamFile.h
include/dglib/DgInLocTextFile.h
include/dglib/DgInShapefile.h
include/dglib/DgInShapefileAtt.h
include/dglib/DgInputStream.h
include/dglib/DgLabelLoc.h
include/dglib/DgLocBase.h
include/dglib/DgLocList.h
include/dglib/DgLocVector.h
include/dglib/DgLocation.h
include/dglib/DgOutAIGenFile.h
include/dglib/DgOutChildrenFile.h
include/dglib/DgOutGdalFile.h
include/dglib/DgOutGeoJSONFile.h
include/dglib/DgOutKMLfile.h
include/dglib/DgOutLocFile.h
include/dglib/DgOutLocTextFile.h
include/dglib/DgOutNeighborsFile.h
include/dglib/DgOutPRCellsFile.h
include/dglib/DgOutPRPtsFile.h
include/dglib/DgOutPtsText.h
include/dglib/DgOutRandPtsText.h
include/dglib/DgOutShapefile.h
include/dglib/DgOutputStream.h
include/dglib/DgPhysicalRF.h
include/dglib/DgPhysicalRF2D.h
include/dglib/DgPhysicalRFBase.h
include/dglib/DgPhysicalRFS2D.h
include/dglib/DgPolygon.h
include/dglib/DgProjFuller.h
include/dglib/DgProjGnomonicRF.h
include/dglib/DgProjISEA.h
include/dglib/DgProjTriRF.h
include/dglib/DgRF.h
include/dglib/DgRFBase.h
include/dglib/DgRFNetwork.h
include/dglib/DgRadixString.h
include/dglib/DgRandom.h
include/dglib/DgRunningStats.h
include/dglib/DgSeriesConverter.h
include/dglib/DgSpatialDB.h
include/dglib/DgSqrD4Grid2D.h
include/dglib/DgSqrD4Grid2DS.h
include/dglib/DgSqrD8Grid2D.h
include/dglib/DgSqrD8Grid2DS.h
include/dglib/DgString.h
include/dglib/DgSuperfund.h
include/dglib/DgTriGrid2D.h
include/dglib/DgTriGrid2DS.h
include/dglib/DgTriIDGG.h
include/dglib/DgUtil.h
include/dglib/DgZ3RF.h
include/dglib/DgZ3StringRF.h
include/dglib/DgZ7RF.h
include/dglib/DgZ7StringRF.h
include/dglib/DgZOrderRF.h
include/dglib/DgZOrderStringRF.h
)

if(GDAL_FOUND)
Expand Down

0 comments on commit 41699b3

Please sign in to comment.