add actual cmake file

This commit is contained in:
Sarah Hoffmann
2016-02-27 19:06:32 +01:00
parent 35a0f1b246
commit 932abeb0e2
3 changed files with 75 additions and 0 deletions

4
nominatim/CMakeLists.txt Normal file
View File

@@ -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})