Warning, /frameworks/ktexteditor/src/part/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # kate part itself just is core + the factory
0002 add_library (katepart MODULE katepart.cpp)
0003 
0004 configure_file(katepart.json.in ${CMAKE_CURRENT_BINARY_DIR}/katepart.json @ONLY)
0005 
0006 # link the part, use kate part core + kde stuff
0007 target_link_libraries (katepart KF6TextEditor KF6::SyntaxHighlighting)
0008 
0009 # install the part
0010 install (TARGETS katepart DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/parts)