Warning, /education/cantor/src/panelplugins/helppanel/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set( HelpPanelPlugin_SRCS
0002      helppanelplugin.cpp
0003 )
0004 
0005 add_panel(helppanelplugin ${HelpPanelPlugin_SRCS})
0006 
0007 target_link_libraries(cantor_helppanelplugin
0008     KF5::TextWidgets)