mirror of
https://github.com/mapnik/mapnik.git
synced 2025-02-23 07:54:28 +01:00
9 lines
224 B
CMake
9 lines
224 B
CMake
add_plugin_target(input-geobuf "geobuf")
|
|
|
|
target_sources(input-geobuf ${_plugin_visibility}
|
|
geobuf_datasource.cpp
|
|
geobuf_featureset.cpp
|
|
)
|
|
target_link_libraries(input-geobuf ${_plugin_visibility}
|
|
mapnik::mapnik
|
|
)
|