mapnik/utils/geometry_to_wkb/CMakeLists.txt

8 lines
171 B
Text
Raw Normal View History

2020-11-22 22:01:33 +01:00
project(geometry_to_wkb)
2020-11-20 21:15:27 +01:00
add_executable(geometry_to_wkb main.cpp)
target_link_libraries(geometry_to_wkb PRIVATE mapnik::mapnik)
2020-11-20 21:15:27 +01:00
2021-09-22 20:49:44 +02:00
mapnik_install_utility(geometry_to_wkb)