mapnik/utils/geometry_to_wkb/CMakeLists.txt
2021-09-22 19:52:39 +02:00

7 lines
163 B
CMake

project(geometry_to_wkb)
add_executable(geometry_to_wkb main.cpp)
target_link_libraries(geometry_to_wkb PRIVATE mapnik::mapnik)
mapnik_install(geometry_to_wkb)