Warning, /system/libdebconf-kde/tools/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(debconf-kde-helper main.cpp)
0002 target_link_libraries(debconf-kde-helper
0003     KF5::CoreAddons
0004     KF5::I18n
0005     DebconfKDE::Main
0006 )
0007 
0008 install(TARGETS debconf-kde-helper ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})