Warning, /network/kget/transfer-plugins/kio/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_library(kget_kio MODULE)
0002 
0003 target_sources(kget_kio PRIVATE
0004   transferKio.cpp
0005   transferKioFactory.cpp
0006   kget_kiofactory.json
0007   ../../kget_debug.cpp
0008 )
0009 
0010 target_link_libraries(kget_kio kgetcore)
0011 
0012 install(TARGETS kget_kio DESTINATION ${KGET_PLUGIN_INSTALL_DIR})