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