diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fa148f..2c7d47f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,8 +9,18 @@ file( icons/*.png ) +file( + GLOB + WALLPAPERS + wallpapers/*.png +) + include(GNUInstallDirs) install( FILES ${ICONS} DESTINATION ${CMAKE_INSTALL_DATADIR}/mde/icons ) +install( + FILES ${WALLPAPERS} + DESTINATION ${CMAKE_INSTALL_DATADIR}/mde/wallpapers +) diff --git a/wallpapers/blue.png b/wallpapers/blue.png new file mode 100644 index 0000000..1f35fc6 Binary files /dev/null and b/wallpapers/blue.png differ