Warning, /plasma/plasma-workspace/dataengines/apps/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(apps_engine_SRCS
0002     appsengine.cpp
0003     appsource.cpp
0004     appservice.cpp
0005     appjob.cpp
0006     appsengine.h
0007     appsource.h
0008     appservice.h
0009     appjob.h
0010 )
0011 
0012 add_library(plasma_engine_apps MODULE ${apps_engine_SRCS})
0013 
0014 target_link_libraries(plasma_engine_apps
0015     Plasma::Plasma
0016     Plasma::Plasma5Support
0017     KF6::Service
0018     KF6::KIOCore
0019     KF6::KIOWidgets
0020 )
0021 
0022 install(TARGETS plasma_engine_apps DESTINATION ${KDE_INSTALL_PLUGINDIR}/plasma5support/dataengine)
0023 install(FILES apps.operations DESTINATION ${PLASMA5SUPPORT_DATA_INSTALL_DIR}/services)