Warning, /plasma/libkscreen/src/doctor/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(kscreen-doctor main.cpp doctor.cpp)
0002 
0003 target_link_libraries(kscreen-doctor Qt::DBus KF5::Screen KF5::ScreenDpms)
0004 install(TARGETS kscreen-doctor ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
0005 
0006 install(FILES kscreen-doctor.zsh RENAME _kscreen-doctor DESTINATION ${KDE_INSTALL_ZSHAUTOCOMPLETEDIR})