2022-02-02 16:20:29 +00:00
|
|
|
add_plugin_target(input-geojson "geojson")
|
2022-01-29 11:52:23 +00:00
|
|
|
target_sources(input-geojson ${_plugin_visibility}
|
2020-11-21 10:34:45 +00:00
|
|
|
geojson_datasource.cpp
|
|
|
|
geojson_featureset.cpp
|
|
|
|
geojson_index_featureset.cpp
|
|
|
|
geojson_memory_index_featureset.cpp
|
|
|
|
)
|
2022-01-29 11:52:23 +00:00
|
|
|
target_link_libraries(input-geojson ${_plugin_visibility}
|
2020-11-21 10:34:45 +00:00
|
|
|
mapnik::mapnik
|
|
|
|
mapnik::json
|
2022-01-29 11:52:23 +00:00
|
|
|
mapnik::datasource-base
|
2020-11-21 10:34:45 +00:00
|
|
|
)
|