Warning, /graphics/krita/plugins/paintops/hairy/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(kritahairypaintop_SOURCES 0002 hairy_paintop_plugin.cpp 0003 kis_hairy_paintop.cpp 0004 kis_hairy_paintop_settings.cpp 0005 kis_hairy_paintop_settings_widget.cpp 0006 bristle.cpp 0007 hairy_brush.cpp 0008 trajectory.cpp 0009 KisHairyBristleOptionData.cpp 0010 KisHairyBristleOptionModel.cpp 0011 KisHairyBristleOptionWidget.cpp 0012 KisHairyInkOptionData.cpp 0013 KisHairyInkOptionModel.cpp 0014 KisHairyInkOptionWidget.cpp 0015 ) 0016 0017 ki18n_wrap_ui(kritahairypaintop_SOURCES wdgInkOptions.ui wdghairyshapeoptions.ui wdgbristleoptions.ui) 0018 0019 kis_add_library(kritahairypaintop MODULE ${kritahairypaintop_SOURCES}) 0020 0021 target_link_libraries(kritahairypaintop kritalibpaintop) 0022 0023 install(TARGETS kritahairypaintop DESTINATION ${KRITA_PLUGIN_INSTALL_DIR}) 0024 install( FILES 0025 krita-sumi.png DESTINATION ${DATA_INSTALL_DIR}/krita/images) 0026 0027