summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-11-24 20:40:18 +0100
committerxengineering <me@xengineering.eu>2024-11-24 20:40:18 +0100
commitae8cd22064f226e78769bae4086d2c610dc012af (patch)
tree3646d54ded44d920f1a37b11d4eed230ae97ad2c
parent3599a028ec7f94971892ef4243db839351332745 (diff)
downloadgraphics-inkscape-ae8cd22064f226e78769bae4086d2c610dc012af.tar
graphics-inkscape-ae8cd22064f226e78769bae4086d2c610dc012af.tar.zst
graphics-inkscape-ae8cd22064f226e78769bae4086d2c610dc012af.zip
icons: Add PNG generation
-rw-r--r--icons/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt
index 939786c..929f981 100644
--- a/icons/CMakeLists.txt
+++ b/icons/CMakeLists.txt
@@ -5,6 +5,7 @@ set(icons
set(formats
pdf
svg
+ png
)
foreach(icon ${icons})