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

0001 add_definitions(-DTRANSLATION_DOMAIN=\"calligra_shape_plugin\")
0002 
0003 include_directories( ${KOMAIN_INCLUDES} )
0004 
0005 ########### Flake Plugin library ###############
0006 
0007 set (pluginshape_LIB_SRCS
0008     PluginShape.cpp
0009     PluginShapeFactory.cpp
0010     Plugin.cpp
0011 )
0012 
0013 add_library(calligra_shape_plugin MODULE ${pluginshape_LIB_SRCS})
0014 calligra_shape_desktop_to_json(calligra_shape_plugin calligra_shape_plugin.desktop)
0015 
0016 target_link_libraries(calligra_shape_plugin
0017     komain
0018 )
0019 install(TARGETS calligra_shape_plugin DESTINATION ${PLUGIN_INSTALL_DIR}/calligra/shapes)