From ab0449005c357126907f56ebf4512d53351544ef Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 28 Nov 2024 20:28:37 +0100 Subject: Add folder per file type in build directory The intended hierarchy for the build tree is: 1. Art type (icon or something different) 2. File type (pdf, svg, png) 3. Dimensions (based on pixels or mm) [not yet implemented] --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd4bb85..aa37a4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(formats foreach(icon ${icons}) foreach(format ${formats}) set(source "${CMAKE_CURRENT_SOURCE_DIR}/icons/${icon}.svg") - set(sink "${CMAKE_CURRENT_BINARY_DIR}/icons/${icon}.${format}") + set(sink "${CMAKE_CURRENT_BINARY_DIR}/icons/${format}/${icon}.${format}") add_custom_command( OUTPUT ${sink} -- cgit v1.2.3-70-g09d2