]> git.openstreetmap.org Git - nominatim.git/blob - cmake/script.tmpl
5b7bc6f7decb2c7a8feb6aaa527028088966217e
[nominatim.git] / cmake / script.tmpl
1 #!@PHP_BIN@ -Cq
2 <?php
3 @define('CONST_Default_ModulePath', '@CMAKE_BINARY_DIR@/module');
4 @define('CONST_Default_Osm2pgsql', '@CMAKE_BINARY_DIR@/osm2pgsql/osm2pgsql');
5 @define('CONST_BinDir', '@CMAKE_SOURCE_DIR@/utils');
6 @define('CONST_LibDir', '@CMAKE_SOURCE_DIR@/lib');
7 @define('CONST_DataDir', '@CMAKE_SOURCE_DIR@');
8
9 require_once(CONST_BinDir.'/@script_source@');