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

0001 set(kritascreentonegenerator_SOURCES
0002     KisScreentoneGenerator.cpp
0003     KisScreentoneConfigWidget.cpp
0004     KisScreentoneScreentoneFunctions.cpp
0005     KisScreentoneBrightnessContrastFunctions.cpp
0006     KisScreentoneGeneratorPlugin.cpp
0007     KisScreentoneGeneratorConfiguration.cpp
0008     KisScreentoneGeneratorTemplate.cpp
0009     )
0010 ki18n_wrap_ui(kritascreentonegenerator_SOURCES
0011     KisScreentoneConfigWidget.ui
0012     )
0013 
0014 kis_add_library(kritascreentonegenerator MODULE ${kritascreentonegenerator_SOURCES})
0015 target_link_libraries(kritascreentonegenerator kritaui)
0016 install(TARGETS kritascreentonegenerator DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
0017 
0018 add_subdirectory(tests)