update
This commit is contained in:
parent
21201e42b6
commit
74ecd96b9c
5 changed files with 16 additions and 0 deletions
16
CMakeLists.txt
Normal file
16
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
cmake_minimum_required(VERSION 3.25)
|
||||
project(
|
||||
mdeartworks
|
||||
)
|
||||
|
||||
file(
|
||||
GLOB
|
||||
ICONS
|
||||
icons/*.png
|
||||
)
|
||||
|
||||
include(GNUInstallDirs)
|
||||
install(
|
||||
FILES ${ICONS}
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/mde/icons
|
||||
)
|
||||
BIN
icons/file.png
Normal file
BIN
icons/file.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
BIN
icons/folder.png
Normal file
BIN
icons/folder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
BIN
icons/mailempty.png
Normal file
BIN
icons/mailempty.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
BIN
icons/mailfull.png
Normal file
BIN
icons/mailfull.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue