mapnik/utils/mapnik-index/CMakeLists.txt
Mathis Logemann d86a90a10a more cmake
2020-11-20 21:15:27 +01:00

10 lines
No EOL
250 B
CMake

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
)