Warning, /frameworks/karchive/examples/bzip2gzip/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 project(BZip2GZip)
0002
0003 find_package(KF6Archive ${KF_VERSION} REQUIRED)
0004
0005 add_executable(bzip2gzip main.cpp)
0006 target_link_libraries(bzip2gzip KF6::Archive)