wallpaper
This commit is contained in:
parent
7dc6a401e1
commit
6381da6552
2 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
BIN
wallpapers/blue.png
Normal file
BIN
wallpapers/blue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 MiB |
Loading…
Add table
Add a link
Reference in a new issue