summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index de5ba5e..310c5ca 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,6 +30,16 @@ install(
FILES_MATCHING PATTERN "*.png"
)
+install(
+ FILES tmix.desktop
+ DESTINATION ${XDG_APPS_INSTALL_DIR}
+)
+
+install(
+ FILES img/tmix.png
+ DESTINATION ${DATA_INSTALL_DIR}/icons/hicolor/22x22/apps
+)
+
tde_add_executable( tmix AUTOMOC
SOURCES
src/main.cpp