[Tile-serving] [osm2pgsql] Add cmake build scripts and appveyor.yml (#460)
alex85k
notifications at github.com
Sat Oct 17 19:50:25 UTC 2015
> + test-output-pgsql-z_order.cpp
> + test-output-pgsql.cpp
> + test-parse-xml2.cpp
> + test-pgsql-escape.cpp
> +)
> +
> +
> +set(DART_TESTING_TIMEOUT 2000)
> +include(Dart)
> +
> +foreach (test ${TESTS})
> + get_filename_component(test_name ${test} NAME_WE)
> + add_executable(${test_name} ${test})
> + target_link_libraries(${test_name} osm2pgsql_lib common-pg middle-tests)
> + add_test(NAME ${test_name} COMMAND ${test_name}
> + WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
One more useful fact about CMake, thank you!
Fixing...
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/460/files#r42313395
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151017/60773a81/attachment.html>
More information about the Tile-serving
mailing list