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

0001 set(kritahatchingpaintop_SOURCES
0002     hatching_paintop_plugin.cpp
0003     kis_hatching_paintop.cpp
0004     kis_hatching_paintop_settings.cpp
0005     kis_hatching_paintop_settings_widget.cpp
0006     hatching_brush.cpp
0007     KisHatchingOptionsData.cpp
0008     KisHatchingOptionsModel.cpp
0009     KisHatchingOptionsWidget.cpp
0010     KisHatchingPreferencesData.cpp
0011     KisHatchingPreferencesModel.cpp
0012     KisHatchingPreferencesWidget.cpp
0013     )
0014 
0015 ki18n_wrap_ui(kritahatchingpaintop_SOURCES wdghatchingpreferences.ui wdghatchingoptions.ui)
0016 
0017 kis_add_library(kritahatchingpaintop MODULE ${kritahatchingpaintop_SOURCES})
0018 
0019 target_link_libraries(kritahatchingpaintop kritalibpaintop)
0020 
0021 install(TARGETS kritahatchingpaintop  DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
0022 install( FILES  krita-hatching.png DESTINATION ${DATA_INSTALL_DIR}/krita/images)
0023