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

0001 set(places_engine_SRCS
0002     placesengine.cpp
0003     placeservice.cpp
0004     placesproxymodel.cpp
0005     setupdevicejob.cpp
0006     modeljob.h
0007 )
0008 
0009 set(CMAKE_AUTOMOC TRUE)
0010 
0011 kcoreaddons_add_plugin(plasma_engine_places SOURCES ${places_engine_SRCS} INSTALL_NAMESPACE plasma5support/dataengine)
0012 
0013 target_link_libraries(plasma_engine_places
0014     Plasma::Plasma
0015     Plasma::Plasma5Support
0016     KF6::KIOCore
0017     KF6::KIOFileWidgets
0018     KF6::Solid
0019 )
0020 
0021 install(FILES org.kde.places.operations
0022         DESTINATION ${PLASMA5SUPPORT_DATA_INSTALL_DIR}/services )
0023