kde-extraapps/ark/plugins/CMakeLists.txt
Ivailo Monev f990a18092 ark: update supported MIME types
nowdays .tar.gz and .tar.bz2 files are recognized as
application/x-bzip and application/x-gzip respectively.
also added application/x-gzip-compressed-tar because
application/x-bzip-compressed-tar is in the list and I
think that's a legacy one but should not hurt.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-29 23:18:43 +02:00

9 lines
243 B
CMake

if(LibArchive_FOUND)
add_subdirectory( libarchive )
endif()
add_subdirectory( clirarplugin )
add_subdirectory( libsinglefileplugin )
add_subdirectory( clilhaplugin )
set(SUPPORTED_ARK_MIMETYPES "${SUPPORTED_ARK_MIMETYPES}" PARENT_SCOPE)