From 4b4cfca706633f6302b504a829557da1d6c15332 Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Fri, 13 Aug 2021 20:41:30 +0200 Subject: [PATCH] copy all plugins to the viewer build dir --- demo/viewer/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/demo/viewer/CMakeLists.txt b/demo/viewer/CMakeLists.txt index 790bcb33b..9f866d707 100644 --- a/demo/viewer/CMakeLists.txt +++ b/demo/viewer/CMakeLists.txt @@ -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 +)