]> git.openstreetmap.org Git - nominatim.git/blobdiff - cmake/script.tmpl
configure osm2pgsql and module location via cmake
[nominatim.git] / cmake / script.tmpl
index 4d9224b03d2b8b92fdaf349940abfe1ba06e6045..5b7bc6f7decb2c7a8feb6aaa527028088966217e 100755 (executable)
@@ -1,5 +1,7 @@
 #!@PHP_BIN@ -Cq
 <?php
+@define('CONST_Default_ModulePath', '@CMAKE_BINARY_DIR@/module');
+@define('CONST_Default_Osm2pgsql', '@CMAKE_BINARY_DIR@/osm2pgsql/osm2pgsql');
 @define('CONST_BinDir', '@CMAKE_SOURCE_DIR@/utils');
 @define('CONST_LibDir', '@CMAKE_SOURCE_DIR@/lib');
 @define('CONST_DataDir', '@CMAKE_SOURCE_DIR@');