This commit is contained in:
2025-07-17 19:56:22 -06:00
commit 66f8f46e69
20 changed files with 3433 additions and 0 deletions

3
icons/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
install(DIRECTORY 16x16 22x22 24x24 32x32 48x48 64x64 DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor"
PATTERN .* EXCLUDE
PATTERN *~ EXCLUDE)