Warning, /network/libktorrent/src/download/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 (download_HDR 0006 chunkdownload.h 0007 downloader.h 0008 request.h 0009 piece.h 0010 packet.h 0011 chunkselector.h 0012 webseed.h 0013 ) 0014 0015 install(FILES ${download_HDR} DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/libktorrent/download COMPONENT Devel)