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

0001 set(systemsettingsview_LIB_SRCS
0002     BaseData.cpp
0003     BaseData.h
0004     BaseMode.cpp
0005     BaseMode.h
0006     ExternalAppModule.cpp
0007     ExternalAppModule.h
0008     kcmmetadatahelpers.h
0009     MenuItem.cpp
0010     MenuItem.h
0011     MenuModel.cpp
0012     MenuModel.h
0013     MenuProxyModel.cpp
0014     MenuProxyModel.h
0015     ModuleView.cpp
0016     ModuleView.h
0017 )
0018 
0019 ki18n_wrap_ui(systemsettingsview_LIB_SRCS externalModule.ui)
0020 
0021 add_library(systemsettingsview ${systemsettingsview_LIB_SRCS})
0022 generate_export_header(systemsettingsview)
0023 
0024 target_link_libraries(systemsettingsview
0025     KF6::ItemViews
0026     KF6::KCMUtils
0027     KF6::I18n
0028     KF6::KIOWidgets
0029     KF6::Service
0030     KF6::IconThemes
0031     KF6::AuthCore
0032     Plasma::Activities
0033 )
0034 
0035 set_target_properties(systemsettingsview PROPERTIES SOVERSION 3)
0036 
0037 install(TARGETS systemsettingsview ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} LIBRARY NAMELINK_SKIP)