diff options
author | xengineering <me@xengineering.eu> | 2024-11-24 17:39:18 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-11-24 17:39:18 +0100 |
commit | 38cb36442e6b50dbef1d45aff8be0124d8ca1c08 (patch) | |
tree | 779fd326dc086c5dc4c07d806a1572db237639fe /CMakeLists.txt | |
parent | c6eb38e73147d302a7ca5ed08a3ccda6d2ea6d29 (diff) | |
download | graphics-inkscape-38cb36442e6b50dbef1d45aff8be0124d8ca1c08.tar graphics-inkscape-38cb36442e6b50dbef1d45aff8be0124d8ca1c08.tar.zst graphics-inkscape-38cb36442e6b50dbef1d45aff8be0124d8ca1c08.zip |
icons: Implement PDF export with CMake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b7649a..1d9bc93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ cmake_minimum_required(VERSION 3.10) project(art-inkscape LANGUAGES NONE) + +add_subdirectory(icons) |