Warning, /network/kio-gdrive/kaccounts/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 find_package(KF${QT_MAJOR_VERSION}Notifications ${KF_MIN_VERSION} REQUIRED)
0002 find_package(Intltool REQUIRED)
0003 
0004 kaccounts_add_service(${CMAKE_CURRENT_SOURCE_DIR}/google-drive.service.in)
0005 
0006 kcoreaddons_add_plugin(kaccounts_gdrive
0007     SOURCES kaccountsplugin.cpp
0008     INSTALL_NAMESPACE kaccounts/daemonplugins)
0009 
0010 set_target_properties(kaccounts_gdrive PROPERTIES OUTPUT_NAME "gdrive")
0011 target_link_libraries(kaccounts_gdrive
0012     KAccounts${KACCOUNTS_SUFFIX}
0013     KF${QT_MAJOR_VERSION}::KIOWidgets
0014     KF${QT_MAJOR_VERSION}::I18n
0015     KF${QT_MAJOR_VERSION}::Notifications)
0016 
0017 install(FILES gdrive.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})