mapnik/utils/mapnik-index/CMakeLists.txt

10 lines
250 B
Text
Raw Normal View History

2020-11-20 21:15:27 +01:00
add_executable(mapnik-index
mapnik-index.cpp
process_csv_file.cpp
process_geojson_file_x3.cpp
)
target_link_libraries(mapnik-index PRIVATE mapnik::mapnik)
install(TARGETS mapnik-index
EXPORT MapnikTargets
RUNTIME DESTINATION bin
)