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

0001 add_library(testlib STATIC)
0002 
0003 target_sources(testlib PRIVATE
0004     utils.cpp
0005     dummytorrentcreator.cpp
0006 )
0007 
0008 target_include_directories(testlib PUBLIC "$<BUILD_INTERFACE:${LIBKTORRENT_SOURCE_DIR}/testlib;${LIBKTORRENT_SOURCE_DIR}>")
0009 
0010 target_link_libraries(testlib KTorrent6 KF6::KIOCore KF6::Crash)