Warning, /plasma/kde-cli-tools/kcmshell/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 set(kcmshell_KDEINIT_SRCS main.cpp )
0003 
0004 add_executable(kcmshell5 ${kcmshell_KDEINIT_SRCS})
0005 target_compile_definitions(kcmshell5 PRIVATE -DPROJECT_VERSION="${PROJECT_VERSION}")
0006 ecm_mark_nongui_executable(kcmshell5)
0007 
0008 target_link_libraries(kcmshell5
0009    Qt::DBus
0010    KF5::KCMUtils
0011    KF5::I18n
0012    KF5::WindowSystem
0013    KF5::Activities
0014    PW::KWorkspace
0015 )
0016 
0017 install(TARGETS kcmshell5          ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})