From 56ac221544a17f3500d12bda7c35345df1417b13 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 10 Aug 2017 11:54:41 +0200 Subject: [PATCH] CMakeLists.txt: copy all icons to build dir --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1916d5ce5..61b82bc74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -317,7 +317,7 @@ endif() # }}} # {{{ Theme icons -file(GLOB icon_sources RELATIVE ${SOURCE_DIR} ${SOURCE_DIR}/themes/*/titlebar/*.png) +file(GLOB_RECURSE icon_sources RELATIVE ${SOURCE_DIR} ${SOURCE_DIR}/themes/*.png) foreach(icon ${icon_sources}) # Copy all icons to the build dir to simplify the following code.