1
0
Fork 0
mirror of https://github.com/mapnik/mapnik.git synced 2025-09-14 11:32:50 +02:00
mapnik/plugins/input/topojson/CMakeLists.txt
Mathis Logemann eb16e7a647 fix all files
format files
2022-08-14 22:26:31 +02:00

10 lines
280 B
CMake

add_plugin_target(input-topojson "topojson")
target_sources(input-topojson ${_plugin_visibility}
topojson_datasource.cpp
topojson_featureset.cpp
)
target_link_libraries(input-topojson ${_plugin_visibility}
mapnik::mapnik
mapnik::json
mapnik::datasource-base
)