summaryrefslogtreecommitdiffstats
path: root/mimetypes/CMakeLists.txt
blob: 1bbbbee10c18d922d9cd4ffd1bdd6ec31ace3f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#################################################
#
#  (C) 2010 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

add_subdirectory( application )
add_subdirectory( text )
add_subdirectory( audio )
add_subdirectory( video )
add_subdirectory( image )
add_subdirectory( inode )
add_subdirectory( message )
add_subdirectory( multipart )
add_subdirectory( model )
add_subdirectory( uri )

##### other data ################################

tde_create_translated_desktop(
  SOURCE all.desktop allfiles.desktop
  DESTINATION ${MIME_INSTALL_DIR}/all
  PO_DIR mimetypes
)