Warning, /office/calligra/filters/karbon/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 0002 include_directories( 0003 ${KOTEXT_INCLUDES} 0004 ${KOMAIN_INCLUDES} 0005 ${FLAKE_INCLUDES} 0006 ${KOPAGEAPP_INCLUDES} 0007 ${CMAKE_SOURCE_DIR}/karbon 0008 ${CMAKE_SOURCE_DIR}/karbon/common 0009 ${CMAKE_SOURCE_DIR}/karbon/ui 0010 ${CMAKE_BINARY_DIR}/karbon 0011 0012 ${CMAKE_SOURCE_DIR}/plugins/ ) 0013 0014 if(SHOULD_BUILD_FILTER_KARBON_TO_IMAGE) 0015 add_subdirectory( image ) 0016 endif() 0017 0018 add_subdirectory( svg ) 0019 0020 if(SHOULD_BUILD_FILTER_WPG_TO_SVG) 0021 add_subdirectory( wpg ) 0022 endif() 0023 0024 add_subdirectory( wmf ) 0025 0026 if(SHOULD_BUILD_FILTER_KARBON1X_TO_KARBON) 0027 add_subdirectory( karbon1.x ) 0028 endif() 0029 0030 if(SHOULD_BUILD_FILTER_EPS_TO_SVG_AI) 0031 add_subdirectory( eps ) 0032 endif() 0033 0034 if (SHOULD_BUILD_FILTER_PDF_TO_SVG) 0035 add_subdirectory( pdf ) 0036 endif () 0037 0038 if(SHOULD_BUILD_FILTER_XFIG_TO_ODG) 0039 add_subdirectory( xfig ) 0040 endif()