Warning, /graphics/krita/plugins/dockers/histogram/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(KRITA_HISTOGRAMDOCKER_SOURCES 0002 histogramdocker.cpp 0003 histogramdocker_dock.cpp 0004 histogramdockerwidget.cpp 0005 HistogramComputationStrokeStrategy.cpp) 0006 0007 kis_add_library(kritahistogramdocker MODULE ${KRITA_HISTOGRAMDOCKER_SOURCES}) 0008 target_link_libraries(kritahistogramdocker kritaui) 0009 install(TARGETS kritahistogramdocker DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})