Warning, /network/libktorrent/src/utp/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(utp_HDR 0002 utpserver.h 0003 utpserverthread.h 0004 utpprotocol.h 0005 utpsocket.h 0006 connection.h 0007 localwindow.h 0008 remotewindow.h 0009 timevalue.h 0010 pollpipe.h 0011 delaywindow.h 0012 packetbuffer.h 0013 ) 0014 0015 install(FILES ${utp_HDR} DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/libktorrent/utp COMPONENT Devel) 0016 if(BUILD_TESTING) 0017 add_subdirectory(tests) 0018 endif()