This commit is contained in:
Nishi 2025-11-18 23:18:02 +09:00
commit 74ecd96b9c
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 16 additions and 0 deletions

16
CMakeLists.txt Normal file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
icons/folder.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
icons/mailempty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
icons/mailfull.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB