]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/CMakeLists.txt
add actual cmake file
[nominatim.git] / nominatim / CMakeLists.txt
diff --git a/nominatim/CMakeLists.txt b/nominatim/CMakeLists.txt
new file mode 100644 (file)
index 0000000..53b5073
--- /dev/null
@@ -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})
+