diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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} |