mirror of
https://github.com/mapnik/mapnik.git
synced 2025-07-01 10:30:43 +02:00
9 lines
252 B
CMake
9 lines
252 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
|
|
)
|