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

0001 set( scripteditor_SRCS
0002     main.cpp
0003     scripteditorwidget.cpp
0004 
0005     scripteditor.qrc
0006 )
0007 
0008 add_executable( cantor_scripteditor ${scripteditor_SRCS} )
0009 
0010 target_link_libraries(cantor_scripteditor KF5::TextEditor)
0011 
0012 install(TARGETS cantor_scripteditor ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )