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

0001 # SPDX-License-Identifier: BSD-3-Clause
0002 # SPDX-FileCopyrightText: 2024 Laurent Montel <montel.org>
0003 add_executable(speechtotext_gui speechtotext_gui.cpp)
0004 target_link_libraries(speechtotext_gui
0005         KF${KF_MAJOR_VERSION}::TextSpeechToText KF${KF_MAJOR_VERSION}::I18n
0006 )
0007