CMakeLists.txt: copy all icons to build dir
This commit is contained in:
parent
68497dffc4
commit
56ac221544
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue