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

0001 set(kritatoollazybrush_SOURCES
0002     tool_lazybrush.cpp
0003     kis_tool_lazy_brush.cpp
0004     kis_tool_lazy_brush_options_widget.cpp
0005     )
0006 
0007 ki18n_wrap_ui(kritatoollazybrush_SOURCES kis_tool_lazy_brush_options_widget.ui)
0008 
0009 kis_add_library(kritatoollazybrush MODULE ${kritatoollazybrush_SOURCES})
0010 
0011 generate_export_header(kritatoollazybrush BASE_NAME kritatoollazybrush)
0012 
0013 target_link_libraries(kritatoollazybrush kritaui)
0014 
0015 install(TARGETS kritatoollazybrush  DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
0016