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

0001 set(KRITA_PRESETHISTORY_SOURCES 
0002     presethistory.cpp 
0003     presethistory_dock.cpp 
0004 )
0005 
0006 kis_add_library(kritapresethistory MODULE ${KRITA_PRESETHISTORY_SOURCES})
0007 target_link_libraries(kritapresethistory kritaui)
0008 install(TARGETS kritapresethistory  DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})
0009