mapnik/utils/geometry_to_wkb/CMakeLists.txt
2021-09-22 20:49:44 +02:00

7 lines
171 B
CMake

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