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)
|
|
|
|
|
2021-09-14 20:46:43 +02:00
|
|
|
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)
|