Warning, /network/libktorrent/src/dht/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(dht_HDR 0002 dhtbase.h 0003 rpcserver.h 0004 rpcserverinterface.h 0005 key.h 0006 pack.h 0007 rpcmsg.h 0008 dhtpeersource.h 0009 announcetask.h 0010 rpccall.h 0011 kclosestnodessearch.h 0012 dht.h 0013 node.h 0014 task.h 0015 nodelookup.h 0016 taskmanager.h 0017 kbucket.h 0018 kbucketentry.h 0019 kbuckettable.h 0020 database.h 0021 announcereq.h 0022 announcersp.h 0023 pingreq.h 0024 pingrsp.h 0025 findnodereq.h 0026 findnodersp.h 0027 getpeersreq.h 0028 getpeersrsp.h 0029 rpcmsgfactory.h 0030 ) 0031 0032 install(FILES ${dht_HDR} DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/libktorrent/dht COMPONENT Devel) 0033 0034 if(BUILD_TESTING) 0035 add_subdirectory(tests) 0036 endif()