From 2cb8cb4c3d5bad045d72576655a09ca689286a94 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 28 Nov 2024 21:31:07 +0100 Subject: icons: Change CMake target format The new format is now `icon-{format}-{name}`. This makes it consistent with the nesting in the build folder. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 797128f..9cabea4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ foreach(icon_file ${icon_files}) ) endif() add_custom_target( - "icon-${icon}-${format}" + "icon-${format}-${icon}" ALL DEPENDS ${sink} -- cgit v1.2.3-70-g09d2