Warning, /network/ruqola/src/plugins/authentication/google/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2020-2024 Laurent Montel <montel@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 set(ruqola_googleauthenticationplugin_SRCS
0004 googleauthenticationinterface.cpp
0005 googlepluginauthentication.cpp
0006 googlejob.cpp
0007 )
0008
0009 ecm_qt_declare_logging_category(ruqola_googleauthenticationplugin_SRCS HEADER googleauthenticationplugin_debug.h
0010 IDENTIFIER RUQOLA_GOOGLEAUTHENTICATION_PLUGIN_LOG CATEGORY_NAME org.kde.ruqola_googleauthenticationplugin)
0011 qt5_add_resources(ruqola_googleauthenticationplugin_SRCS googleauthentication.qrc)
0012
0013 kcoreaddons_add_plugin(ruqola_googleauthenticationplugin JSON ruqola_googleauthenticationplugin.json SOURCES
0014 ${ruqola_googleauthenticationplugin_SRCS} INSTALL_NAMESPACE ruqolaplugins/authentication)
0015
0016 target_link_libraries(ruqola_googleauthenticationplugin
0017 libruqolacore ${o2_LIBRARIES}
0018 )
0019
0020 if (BUILD_TESTING)
0021 add_subdirectory(autotests)
0022 endif()