Warning, /frameworks/baloo/src/kioworkers/kded/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set (KDED_BALOOSEARCH_SRCS
0002      baloosearchmodule.cpp
0003 )
0004 
0005 add_library(baloosearchmodule MODULE ${KDED_BALOOSEARCH_SRCS})
0006 
0007 target_link_libraries(baloosearchmodule
0008     KF5::CoreAddons
0009     KF5::DBusAddons
0010     KF5::KIOCore
0011 )
0012 
0013 install(TARGETS baloosearchmodule DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf${QT_MAJOR_VERSION}/kded)