Warning, /utilities/kate/addons/tabswitcher/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(tstestapp "")
0002 
0003 target_link_libraries(
0004   tstestapp 
0005   PRIVATE KF6::TextEditor kateprivate
0006 )
0007 
0008 target_sources(
0009   tstestapp 
0010   PRIVATE 
0011     tstestapp.cpp 
0012     ../tabswitcherfilesmodel.cpp
0013 )