summaryrefslogtreecommitdiffstats
path: root/src/mime
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-02-16 11:34:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-09 21:06:22 +0900
commit84ba1fb33fe2d6c2bc50720130260f7fbc2df19d (patch)
treeb3a1f3a61deec3fce067133dbee6a21b1f056742 /src/mime
parentcaf01321779aee7b959c29a74f15fdc23a81c527 (diff)
downloadksquirrel-84ba1fb3.tar.gz
ksquirrel-84ba1fb3.zip
Switch to cmake building system
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9d6a68cb01d6a634885aaf9895195d224395d28c)
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
+)