Hi

I am building GDAL Master branch 
(https://github.com/OSGeo/gdal/tree/master/swig/csharp/apps) using CMAKE. I am 
using below flags to build the CSHARP Bindings

<arg value="-DBUILD_CSHARP_BINDINGS=ON"/>
<arg value="-DBUILD_APPS=ON"/>

However,


  1.
I notice that in "RelWithDebInfo" build mode there is NO "apps" folder 
generated in "RelWithDebInfo\swig\csharp" folder. I do see individual apps 
folder like "GDALCreateCopy", "GDALDatasetWrite", "GDALInfo" generated though. 
Is this expected?


  2.
I DO NOT see the any folder corresponding to GDALMemDataset , 
GDALDatasetRasterIOEx ,  VSIMem in my "RelWithDebInfo\swig\csharp" folder even 
though the source file is present at
https://github.com/OSGeo/gdal/blob/master/swig/csharp/apps/GDALMemDataset.cs
https://github.com/OSGeo/gdal/blob/master/swig/csharp/apps/GDALDatasetRasterIOEx.cs
https://github.com/OSGeo/gdal/blob/master/swig/csharp/apps/VSIMem.cs

Am I missing any additional CMAKE Flags. Can you please let me know?


_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to