]> git.openstreetmap.org Git - nominatim.git/blob - cmake/script.tmpl
8e72cc08bc074c37cae2ca9f6f25427c883a2d55
[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_LibDir.'/admin/@script_source@');