mapnik/plugins/input/shape/CMakeLists.txt
Mathis Logemann f48589738f precommit
2022-08-17 17:19:59 +02:00

13 lines
341 B
CMake

add_plugin_target(input-shape "shape")
target_sources(input-shape ${_plugin_visibility}
dbfile.cpp
dbf_test.cpp
shape_datasource.cpp
shape_featureset.cpp
shape_index_featureset.cpp
shape_io.cpp shape_utils.cpp
)
target_link_libraries(input-shape ${_plugin_visibility}
mapnik::mapnik
mapnik::datasource-base
)