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

0001 set(torrent_HDR
0002     torrent.h
0003     advancedchokealgorithm.h
0004     peersourcemanager.h
0005     choker.h
0006     server.h
0007     torrentcontrol.h
0008     uploader.h
0009     torrentcreator.h
0010     timeestimator.h
0011     torrentfile.h
0012     statsfile.h
0013     globals.h
0014     torrentstats.h
0015     job.h
0016     jobqueue.h
0017     torrentfilestream.h
0018 )
0019 
0020 install(FILES ${torrent_HDR} DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/libktorrent/torrent COMPONENT Devel)
0021 
0022 if(BUILD_TESTING)
0023     add_subdirectory(tests)
0024 endif()