Warning, /libraries/ktextaddons/textspeechtotext/speechtotext/plugins/vosk/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-License-Identifier: BSD-3-Clause 0002 # SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org> 0003 add_executable(voskdownloadandextractlanguage_gui voskdownloadandextractlanguage_gui.cpp) 0004 target_link_libraries(voskdownloadandextractlanguage_gui 0005 voskspeechtotext 0006 ) 0007