Warning, /network/libktorrent/src/diskio/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 if(BUILD_TESTING)
0002     add_subdirectory(tests)
0003 endif()
0004 
0005 set(diskio_HDR
0006     cache.h
0007     cachefile.h
0008     singlefilecache.h
0009     preallocationthread.h
0010     preallocationjob.h
0011     movedatafilesjob.h
0012     deletedatafilesjob.h
0013     chunkmanager.h
0014     dndfile.h
0015     chunk.h
0016     multifilecache.h
0017     piecedata.h
0018 )
0019 
0020 install(FILES ${diskio_HDR} DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/libktorrent/diskio COMPONENT Devel)