GDAL
apps
gdalgetgdalpath.h
1
/******************************************************************************
2
*
3
* Project: GDAL
4
* Purpose: Return the path of the "gdal" binary
5
* Author: Even Rouault <even dot rouault at spatialys.com>
6
*
7
******************************************************************************
8
* Copyright (c) 2025, Even Rouault <even dot rouault at spatialys.com>
9
*
10
* SPDX-License-Identifier: MIT
11
****************************************************************************/
12
13
#ifndef GDALGETGDALPATH_INCLUDED_H
14
#define GDALGETGDALPATH_INCLUDED_H
15
16
#include <string>
17
18
std::string GDALGetGDALPath();
19
20
#endif
// GDALGETGDALPATH_INCLUDED_H
Generated by
1.17.0