[Tile-serving] [osm2pgsql] Add cmake build scripts and appveyor.yml (#460)
Rolf Eike Beer
notifications at github.com
Sat Oct 17 17:14:26 UTC 2015
> + find_library(GETOPT_LIBRARY NAMES wingetopt getopt )
> + if (GETOPT_INCLUDE_DIR AND GETOPT_LIBRARY)
> + include_directories(${GETOPT_INCLUDE_DIR})
> + list(APPEND LIBS ${GETOPT_LIBRARY})
> + else()
> + message(ERROR "Can not find getopt library for Windows. Please get it from https://github.com/alex85k/wingetopt or alternative source.")
> + endif()
> + endif()
> +endif()
> +
> +message("Libraries used to build: " ${LIBS})
> +
> +message("Active compiler flags:" ${CMAKE_CXX_FLAGS})
> +
> +#############################################################
> +# Build there library and executable file
"Build the ..."?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/460/files#r42311482
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151017/83752d52/attachment.html>
More information about the Tile-serving
mailing list