summaryrefslogtreecommitdiffstats
path: root/src/mime
diff options
context:
space:
mode:
Diffstat (limited to 'src/mime')
-rw-r--r--src/mime/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mime/CMakeLists.txt b/src/mime/CMakeLists.txt
new file mode 100644
index 0000000..b916800
--- /dev/null
+++ b/src/mime/CMakeLists.txt
@@ -0,0 +1,6 @@
+file( GLOB _mime_files *.desktop )
+
+tde_create_translated_desktop(
+ SOURCE ${_mime_files}
+ DESTINATION ${MIME_INSTALL_DIR}/image
+)