From 38cb36442e6b50dbef1d45aff8be0124d8ca1c08 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 24 Nov 2024 17:39:18 +0100 Subject: icons: Implement PDF export with CMake --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3-70-g09d2