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

0001 add_definitions(-DTRANSLATION_DOMAIN=\"calligra_shape_comment\")
0002 
0003 include_directories(
0004     ${KOTEXT_INCLUDES}
0005     ${TEXTLAYOUT_INCLUDES}
0006     ${FLAKE_INCLUDES}
0007 )
0008 
0009 set( commentshape_LIB_SRCS
0010      CommentShape.cpp
0011      CommentShapeFactory.cpp
0012      CommentTool.cpp
0013      CommentToolFactory.cpp
0014      InitialsCommentShape.cpp
0015      Plugin.cpp
0016    )
0017 
0018 add_library(calligra_shape_comment MODULE ${commentshape_LIB_SRCS})
0019 calligra_shape_desktop_to_json(calligra_shape_comment calligra_shape_comment.desktop)
0020 
0021 target_link_libraries(calligra_shape_comment kotextlayout)
0022 
0023 install(TARGETS calligra_shape_comment DESTINATION ${PLUGIN_INSTALL_DIR}/calligra/shapes)