mapnik/utils/geometry_to_wkb/CMakeLists.txt
Mathis Logemann 6254f7c09e more cmake
2020-11-21 11:34:45 +01:00

8 lines
No EOL
207 B
CMake

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
)