Warning, /network/ruqola/src/plugins/textplugin/webshortcut/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 
0004 kcoreaddons_add_plugin(ruqola_webshortcuttextplugin INSTALL_NAMESPACE ruqolaplugins/textplugins)
0005 
0006 target_sources(ruqola_webshortcuttextplugin PRIVATE
0007     webshortcuttextinterface.cpp
0008     webshortcuttextplugin.cpp
0009     webshortcuttextinterface.h
0010     webshortcuttextplugin.h
0011 )
0012 target_link_libraries(ruqola_webshortcuttextplugin
0013     libruqolawidgets
0014 )
0015 if (BUILD_TESTING)
0016     add_subdirectory(autotests)
0017 endif()
0018