Warning, /plasma/discover/update/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(plasma-discover-update main.cpp DiscoverUpdate.cpp)
0002 
0003 set_target_properties(plasma-discover-update PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR}/plasma-discover)
0004 target_link_libraries(plasma-discover-update Discover::Common KF6::CoreAddons KF6::I18n KF6::DBusAddons)
0005 
0006 install(TARGETS plasma-discover-update ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})