Warning, /office/calligra/filters/sheets/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 if(SHOULD_BUILD_FILTER_APPLIXSPREAD_TO_KSPREAD)
0003     add_subdirectory( applixspread )
0004 endif()
0005 
0006 add_subdirectory( csv )
0007 
0008 if(SHOULD_BUILD_FILTER_DBASE_TO_KSPREAD)
0009     add_subdirectory( dbase )
0010 endif()
0011 
0012 add_subdirectory( gnumeric )
0013 add_subdirectory( opencalc )
0014 
0015 if(SHOULD_BUILD_FILTER_QUATTROPRO_TO_SHEETS)
0016     add_subdirectory( qpro )
0017 endif()
0018 
0019 add_subdirectory( html )
0020 add_subdirectory( latex )
0021 
0022 add_subdirectory( excel )
0023 
0024 if(SHOULD_BUILD_FILTER_XLSX_TO_ODS)
0025     add_subdirectory( xlsx )
0026 endif()