X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/44292713c6e11bbf09079c7c910f9f819776300a..e6a81e8deceae44211ba9d12096edb99efc4a015:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index e1ccae87..5aa71800 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,6 +161,11 @@ if (BUILD_API) php -S 127.0.0.1:8088 WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/website ) + + add_custom_target(serve-global + php -S 0.0.0.0:8088 + WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/website + ) endif() #-----------------------------------------------------------------------------