7 lines
171 B
CMake
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)
|