summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-23 16:29:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-23 16:29:42 +0900
commit96729ec7b58116d55f431d8067e5326e34bb9d8a (patch)
tree534f4e795cdf60d277ada2aa44a691212ae66791
parent889fb9a0290ac43d39a46d89490a62d0b28caa50 (diff)
downloadkommando-96729ec7.tar.gz
kommando-96729ec7.zip
Moved icons to its own folder
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt1
-rw-r--r--icons/CMakeLists.txt1
-rw-r--r--icons/hi16-app-kommando.png (renamed from src/hi16-app-kommando.png)bin785 -> 785 bytes
-rw-r--r--icons/hi32-app-kommando.png (renamed from src/hi32-app-kommando.png)bin1807 -> 1807 bytes
-rw-r--r--icons/hi64-app-kommando.png (renamed from src/hi64-app-kommando.png)bin3627 -> 3627 bytes
5 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e516e3..643e3d6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,6 +71,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
##### source directories
+add_subdirectory( icons )
add_subdirectory( src )
tde_conditional_add_project_docs( BUILD_DOC )
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt
new file mode 100644
index 0000000..63f765b
--- /dev/null
+++ b/icons/CMakeLists.txt
@@ -0,0 +1 @@
+tde_install_icons( )
diff --git a/src/hi16-app-kommando.png b/icons/hi16-app-kommando.png
index beb4fa2..beb4fa2 100644
--- a/src/hi16-app-kommando.png
+++ b/icons/hi16-app-kommando.png
Binary files differ
diff --git a/src/hi32-app-kommando.png b/icons/hi32-app-kommando.png
index 9b1fde4..9b1fde4 100644
--- a/src/hi32-app-kommando.png
+++ b/icons/hi32-app-kommando.png
Binary files differ
diff --git a/src/hi64-app-kommando.png b/icons/hi64-app-kommando.png
index 53cba10..53cba10 100644
--- a/src/hi64-app-kommando.png
+++ b/icons/hi64-app-kommando.png
Binary files differ