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

0001 set(kritaroundmarkerpaintop_SOURCES
0002     roundmarker_paintop_plugin.cpp
0003     kis_roundmarkerop.cpp
0004     kis_roundmarkerop_settings.cpp
0005     kis_roundmarkerop_settings_widget.cpp
0006     KisRoundMarkerOpOptionData.cpp
0007     KisRoundMarkerOpOptionModel.cpp
0008     KisRoundMarkerOpOptionWidget.cpp
0009 )
0010 
0011 ki18n_wrap_ui(kritaroundmarkerpaintop_SOURCES kis_roundmarker_option.ui )
0012 
0013 kis_add_library(kritaroundmarkerpaintop MODULE ${kritaroundmarkerpaintop_SOURCES})
0014 target_link_libraries(kritaroundmarkerpaintop kritalibpaintop)
0015 
0016 
0017 install(TARGETS kritaroundmarkerpaintop DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
0018 install( FILES  krita_roundmarkerop.svg DESTINATION ${DATA_INSTALL_DIR}/krita/images)
0019