diff options
Diffstat (limited to 'wallpapers/CMakeLists.txt')
-rw-r--r-- | wallpapers/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wallpapers/CMakeLists.txt b/wallpapers/CMakeLists.txt index f0c05f28..c2fa86b0 100644 --- a/wallpapers/CMakeLists.txt +++ b/wallpapers/CMakeLists.txt @@ -12,7 +12,7 @@ # ################################################# -file( GLOB _wallpapers RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.jpg *.png ) +file( GLOB _wallpapers RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.jpg *.png *.svg *.svgz ) list( SORT _wallpapers) foreach( _wallpaper IN LISTS _wallpapers ) |