Warning, /frameworks/karchive/examples/tarlocalfiles/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 project(TarLocalFiles)
0002 
0003 find_package(KF6Archive ${KF_VERSION} REQUIRED)
0004 
0005 add_executable(tarlocalfiles main.cpp)
0006 target_link_libraries(tarlocalfiles KF6::Archive)