mapnik/utils/geometry_to_wkb/CMakeLists.txt
2020-11-22 22:01:33 +01:00

13 lines
No EOL
244 B
CMake

project(geometry_to_wkb)
add_executable(geometry_to_wkb main.cpp)
target_link_libraries(geometry_to_wkb PRIVATE
mapnik::headers
mapnik::mapnik
)
install(TARGETS geometry_to_wkb
EXPORT MapnikTargets
RUNTIME DESTINATION bin
)