X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/35a0f1b24637944c440cc681f273f347c6a6daa3..932abeb0e273310dd9e95f4e907205c636d6fc9f:/nominatim/CMakeLists.txt diff --git a/nominatim/CMakeLists.txt b/nominatim/CMakeLists.txt new file mode 100644 index 00000000..53b5073b --- /dev/null +++ b/nominatim/CMakeLists.txt @@ -0,0 +1,4 @@ +add_executable(nominatim export.c geometry.cpp import.c index.c input.c nominatim.c postgresql.c sprompt.c) + +target_link_libraries(nominatim ${LIBXML2_LIBRARIES} ${ZLIB_LIBRARIES} ${BZIP2_LIBRARIES} ${PostgreSQL_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT}) +