X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8323bea84493b862946ab9ca065a0862e11db362..5a6da83577935cf4622efa6c7ec32baf80d370fc:/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() #-----------------------------------------------------------------------------