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

0001 set(kritahistorydocker_SOURCES
0002     History.h
0003     History.cpp
0004     HistoryDock.h
0005     HistoryDock.cpp
0006     KisUndoView.cpp
0007     KisUndoView.h
0008     KisUndoModel.h
0009     KisUndoModel.cpp
0010 )
0011 
0012 kis_add_library(kritahistorydocker MODULE ${kritahistorydocker_SOURCES})
0013 target_link_libraries(kritahistorydocker kritaimage kritaui)
0014 install(TARGETS kritahistorydocker  DESTINATION ${KRITA_PLUGIN_INSTALL_DIR})