diff options
author | xengineering <me@xengineering.eu> | 2024-11-24 20:40:18 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-24 20:40:18 +0100 |
commit | ae8cd22064f226e78769bae4086d2c610dc012af (patch) | |
tree | 3646d54ded44d920f1a37b11d4eed230ae97ad2c | |
parent | 3599a028ec7f94971892ef4243db839351332745 (diff) | |
download | graphics-inkscape-ae8cd22064f226e78769bae4086d2c610dc012af.tar graphics-inkscape-ae8cd22064f226e78769bae4086d2c610dc012af.tar.zst graphics-inkscape-ae8cd22064f226e78769bae4086d2c610dc012af.zip |
icons: Add PNG generation
-rw-r--r-- | icons/CMakeLists.txt | 1 |
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}) |