Warning, /graphics/krita/plugins/flake/imageshape/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 project(imageshape)
0002 
0003 set ( ImageShape_SRCS
0004     ImageShapePlugin.cpp
0005     ImageShape.cpp
0006     ImageShapeFactory.cpp
0007 )
0008 
0009 kis_add_library(krita_shape_image MODULE ${ImageShape_SRCS})
0010 
0011 target_link_libraries(krita_shape_image kritaflake kritawidgets KF5::I18n )
0012 
0013 install(TARGETS krita_shape_image DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
0014