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