<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi<br>
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I am building GDAL Master branch (<a href="https://github.com/OSGeo/gdal/tree/master/swig/csharp/apps" id="LPlnk" class="OWAAutoLink">https://github.com/OSGeo/gdal/tree/master/swig/csharp/apps</a>) using CMAKE. I am using below flags to build the CSHARP Bindings<br>
<br>
</div>
<table data-editing-info="{"topBorderColor":"#ABABAB","bottomBorderColor":"#ABABAB","verticalBorderColor":"#ABABAB","hasHeaderRow":false,"hasFirstColumn":false,"hasBandedRows":false,"hasBandedColumns":false,"bgColorEven":null,"bgColorOdd":"#ABABAB20","headerRowColor":"#ABABAB","tableBorderFormat":0,"verticalAlign":"top"}" style="box-sizing: border-box; border-collapse: collapse; border-spacing: 0px;">
<tbody>
<tr>
<td data-editing-info="{"bgColorOverride":true}" style="width: 644.829px; height: 22px; border-width: 1px; border-style: solid; border-color: rgb(171, 171, 171); background-color: rgb(204, 204, 204); vertical-align: top; box-sizing: border-box;">
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<arg value="-DBUILD_CSHARP_BINDINGS=ON"/><br>
<arg value="-DBUILD_APPS=ON"/></div>
</td>
</tr>
</tbody>
</table>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
However, </div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<ol start="1" data-editing-info="{"applyListStyleFromLevel":false,"orderedStyleType":6}">
<li style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); list-style-type: "a) ";">
<div class="elementToProof">I notice that in "<b>RelWithDebInfo</b>" build mode there is NO "<b>apps</b>" folder generated in "RelWithDebInfo\swig\csharp" folder. I do see individual apps folder like "GDALCreateCopy", "GDALDatasetWrite", "GDALInfo" generated
though. Is this expected?<br>
<br>
<br>
</div>
</li><li style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); list-style-type: "b) ";">
<div class="elementToProof">I DO NOT see the any folder corresponding to <b>GDALMemDataset , GDALDatasetRasterIOEx , VSIMem
</b>in my "RelWithDebInfo\swig\csharp" folder<b> </b>even though the source file is present at <br>
<a href="https://github.com/OSGeo/gdal/blob/master/swig/csharp/apps/GDALMemDataset.cs" id="LPlnk397537" class="OWAAutoLink">https://github.com/OSGeo/gdal/blob/master/swig/csharp/apps/GDALMemDataset.cs</a></div>
<div class="elementToProof"><a href="https://github.com/OSGeo/gdal/blob/master/swig/csharp/apps/GDALDatasetRasterIOEx.cs" id="LPlnk754331">https://github.com/OSGeo/gdal/blob/master/swig/csharp/apps/GDALDatasetRasterIOEx.cs</a></div>
<div class="elementToProof"><a href="https://github.com/OSGeo/gdal/blob/master/swig/csharp/apps/VSIMem.cs">https://github.com/OSGeo/gdal/blob/master/swig/csharp/apps/VSIMem.cs</a></div>
</li></ol>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<b><u>Am I missing any additional CMAKE Flags. Can you please let me know?</u></b></div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div class="elementToProof" style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
</body>
</html>