X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/155d4c559114aeeb1c8634af7608d30f71bdc29b..64ace51e02790bf88e162a15236c5ac2af865c5e:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index facd3f30..787baeb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,6 +141,11 @@ if (BUILD_API) COMMAND ln -sf ${PROJECT_SOURCE_DIR}/website/${wp} ${PROJECT_BINARY_DIR}/website/ ) endforeach() + + add_custom_target(serve + php -S 127.0.0.1:8088 + WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/website + ) endif() #-----------------------------------------------------------------------------