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