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

0001 
0002 if(SHOULD_BUILD_FILTER_PPT_TO_ODP)
0003     add_subdirectory( powerpoint )
0004 endif()
0005 
0006 if(SHOULD_BUILD_FILTER_KPR_TO_ODP)
0007     add_subdirectory( kpr2odf )
0008 endif()
0009 
0010 if(SHOULD_BUILD_FILTER_PPTX_TO_ODP)
0011     add_subdirectory( pptx )
0012 endif()
0013 
0014 if(SHOULD_BUILD_FILTER_KEY_TO_ODP)
0015     add_subdirectory( keynote )
0016 endif()