42f465f842
fix merge remove old DATASOURCE_PLUGIN call fix memory_datasource wip wip fix temp return fix install wip before_unload linux remove docker remove docker comments add windows error message if libmapnik=static and plugins=dynamic fix false plugin macro plugin default de/constructor to remove UB simplyfy plugin targets - add fpic fix makro simplyfy use unique_ptr for plugin handle rename option static plugins replace local init with fnc call call setup everywhere init datasource_static
12 lines
350 B
CMake
12 lines
350 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
|
|
)
|