copy all plugins to the viewer build dir
This commit is contained in:
parent
83e77559c4
commit
4b4cfca706
1 changed files with 7 additions and 0 deletions
|
@ -70,3 +70,10 @@ mapnik_copy_dependencies(
|
|||
PLUGINS
|
||||
input-csv input-gdal input-geobuf input-geojson input-ogr input-pgraster input-postgis input-raster input-shape input-sqlite input-topojson
|
||||
)
|
||||
|
||||
mapnik_copy_plugins(TARGET mapnik-viewer
|
||||
DESTINATION
|
||||
${PLUGINS_INSTALL_DIR}
|
||||
PLUGINS
|
||||
input-csv input-gdal input-geobuf input-geojson input-ogr input-pgraster input-postgis input-raster input-shape input-sqlite input-topojson
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue