CMakeLists.txt: copy all icons to build dir

This commit is contained in:
Daniel Hahler 2017-08-10 11:54:41 +02:00
parent 68497dffc4
commit 56ac221544
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ endif()
# }}} # }}}
# {{{ Theme icons # {{{ 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}) foreach(icon ${icon_sources})
# Copy all icons to the build dir to simplify the following code. # Copy all icons to the build dir to simplify the following code.