Warning, /network/ruqola/src/plugins/textplugin/ollama/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 
0004 kcoreaddons_add_plugin(ruqola_ollamatextplugin INSTALL_NAMESPACE ruqolaplugins/textplugins)
0005 
0006 target_sources(ruqola_ollamatextplugin PRIVATE
0007     ollamatextinterface.cpp
0008     ollamatextplugin.cpp
0009     ollamatextinterface.h
0010     ollamatextplugin.h
0011 )
0012 target_link_libraries(ruqola_ollamatextplugin
0013     libruqolawidgets
0014 )
0015 if (BUILD_TESTING)
0016         #add_subdirectory(autotests)
0017 endif()
0018