Warning, /network/ruqola/src/plugins/textplugin/sharetext/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2022-2024 Laurent Montel <montel@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 kcoreaddons_add_plugin(ruqola_sharetextplugin INSTALL_NAMESPACE ruqolaplugins/textplugins)
0005 
0006 target_sources(ruqola_sharetextplugin PRIVATE
0007     sharetextinterface.cpp
0008     sharetextplugin.cpp
0009     sharetextinterface.h
0010     sharetextplugin.h
0011     purposemenuwidget.cpp
0012     purposemenuwidget.h
0013 )
0014 target_link_libraries(ruqola_sharetextplugin
0015     libruqolawidgets
0016     KF6::Purpose
0017     KF6::PurposeWidgets
0018 )
0019