]> git.openstreetmap.org Git - nominatim.git/blob - cmake/paths-py-no-php.tmpl
Merge pull request #3373 from lonvia/restrict-man-made
[nominatim.git] / cmake / paths-py-no-php.tmpl
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # This file is part of Nominatim. (https://nominatim.org)
4 #
5 # Copyright (C) 2022 by the Nominatim developer community.
6 # For a full list of authors see the git log.
7 """
8 Path settings for extra data used by Nominatim (installed version).
9 """
10 from pathlib import Path
11
12 PHPLIB_DIR = None
13 SQLLIB_DIR = (Path('@NOMINATIM_LIBDIR@') / 'lib-sql').resolve()
14 DATA_DIR = Path('@NOMINATIM_DATADIR@').resolve()
15 CONFIG_DIR = Path('@NOMINATIM_CONFIGDIR@').resolve()