]> git.openstreetmap.org Git - nominatim.git/blob - nominatim/CMakeLists.txt
UI: keep map position when switch to reverse. Easy switching of lat,lon to lon,lat
[nominatim.git] / nominatim / CMakeLists.txt
1 add_executable(nominatim export.c geometry.cpp import.c index.c input.c nominatim.c postgresql.c sprompt.c)
2
3 target_link_libraries(nominatim ${LIBXML2_LIBRARIES} ${ZLIB_LIBRARIES} ${BZIP2_LIBRARIES} ${PostgreSQL_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT})
4