Warning, /libraries/ktextaddons/texttranslator/translator/plugins/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # SPDX-FileCopyrightText: 2022-2024 Laurent Montel <montel@kde.org> 0002 # SPDX-License-Identifier: BSD-3-Clause 0003 add_subdirectory(bing) 0004 add_subdirectory(deepl) 0005 add_subdirectory(google) 0006 add_subdirectory(libretranslate) 0007 add_subdirectory(lingva) 0008 add_subdirectory(yandex) 0009 if (BERGAMOT_TRANSLATOR_PLUGIN) 0010 if (TARGET slimt::slimt-shared) 0011 MESSAGE(STATUS "slimt found") 0012 add_subdirectory(bergamot) 0013 else() 0014 MESSAGE(STATUS "slimt no found!") 0015 endif() 0016 endif()