Warning, /libraries/ktextaddons/textgrammarcheck/languagetool/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2019-2024 Laurent Montel <montel@kde.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 add_executable(languagetool_gui)
0005 target_sources(languagetool_gui PRIVATE main.cpp languagetoolwidget.cpp languagetoolwidget.h)
0006 target_link_libraries(languagetool_gui
0007     KF${KF_MAJOR_VERSION}::I18n KF${KF_MAJOR_VERSION}::TextGrammarCheck Qt::Network
0008 )
0009