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

0001 set(kritatoolSmartPatch_SOURCES
0002     tool_smartpatch.cpp
0003     kis_tool_smart_patch.cpp
0004     kis_tool_smart_patch_options_widget.cpp
0005     kis_inpaint.cpp
0006     )
0007 
0008 ki18n_wrap_ui(kritatoolSmartPatch_SOURCES kis_tool_smart_patch_options_widget.ui)
0009 
0010 kis_add_library(kritatoolSmartPatch MODULE ${kritatoolSmartPatch_SOURCES})
0011 
0012 generate_export_header(kritatoolSmartPatch BASE_NAME kritatoolSmartPatch)
0013 
0014 target_link_libraries(kritatoolSmartPatch kritaui)
0015 
0016 install(TARGETS kritatoolSmartPatch  DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
0017