2022-02-02 17:20:29 +01:00
|
|
|
add_plugin_target(input-shape "shape")
|
2022-01-29 12:52:23 +01:00
|
|
|
target_sources(input-shape ${_plugin_visibility}
|
2022-08-17 17:35:25 +02:00
|
|
|
dbfile.cpp
|
2020-11-21 11:34:45 +01:00
|
|
|
dbf_test.cpp
|
|
|
|
shape_datasource.cpp
|
|
|
|
shape_featureset.cpp
|
|
|
|
shape_index_featureset.cpp
|
|
|
|
shape_io.cpp shape_utils.cpp
|
|
|
|
)
|
2022-08-17 17:35:25 +02:00
|
|
|
target_link_libraries(input-shape ${_plugin_visibility}
|
2022-01-29 12:52:23 +01:00
|
|
|
mapnik::mapnik
|
|
|
|
)
|