Warning, /frameworks/kio/src/kioworkers/remote/kdedmodule/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_library(remotedirnotify MODULE remotedirnotify.cpp remotedirnotifymodule.cpp ../debug.cpp)
0002 
0003 target_link_libraries(remotedirnotify KF6::DBusAddons KF6::KIOCore)
0004 # Rename target to allow co-installability with plasma-workspace <= 5.9
0005 set_target_properties(remotedirnotify PROPERTIES OUTPUT_NAME "remotenotifier")
0006 
0007 install(TARGETS remotedirnotify DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/kded )