diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-29 15:00:54 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-29 15:00:54 +0200 |
| commit | a2cc1d08fdb5b991e5a47e74e6e534747e330c7c (patch) | |
| tree | 7ed49f24b04a543ab2577abc05814f5009a67932 /app/CMakeLists.txt | |
| parent | 6df08042ae4509ef2c8fd469babf6eb1c1cfbabf (diff) | |
| download | turns-a2cc1d08fdb5b991e5a47e74e6e534747e330c7c.tar.xz turns-a2cc1d08fdb5b991e5a47e74e6e534747e330c7c.zip | |
app: add mime type definition
Diffstat (limited to 'app/CMakeLists.txt')
| -rw-r--r-- | app/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 8443eb9..da6d90f 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -34,3 +34,12 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/turns.desktop" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications" ) + +configure_file("mime.xml" + "turns.xml" +) + +install(FILES + "${CMAKE_CURRENT_BINARY_DIR}/turns.xml" + DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/mime/packages" +) |
