Warning, /libraries/ktextaddons/textgrammarcheck/grammalecte/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(grammalecte_gui)
0005 target_sources(grammalecte_gui PRIVATE main.cpp grammalectewidget.cpp grammalectewidget.h)
0006 target_link_libraries(grammalecte_gui
0007     KF${KF_MAJOR_VERSION}::I18n KF${KF_MAJOR_VERSION}::TextGrammarCheck
0008 )
0009