Warning, /network/libktorrent/src/mse/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(mse_HDR
0006     encryptedserverauthenticate.h
0007     functions.h
0008     rc4encryptor.h
0009     encryptedauthenticate.h
0010     bigint.h
0011     encryptedpacketsocket.h
0012 )
0013 
0014 install(FILES ${mse_HDR} DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/libktorrent/mse COMPONENT Devel)