mirror of
https://github.com/mapnik/mapnik.git
synced 2025-09-13 10:02:50 +02:00
12 lines
347 B
CMake
12 lines
347 B
CMake
add_plugin_target(input-geojson "geojson")
|
|
target_sources(input-geojson ${_plugin_visibility}
|
|
geojson_datasource.cpp
|
|
geojson_featureset.cpp
|
|
geojson_index_featureset.cpp
|
|
geojson_memory_index_featureset.cpp
|
|
)
|
|
target_link_libraries(input-geojson ${_plugin_visibility}
|
|
mapnik::mapnik
|
|
mapnik::json
|
|
mapnik::datasource-base
|
|
)
|