Files
z-bar-qt/Plugins/ZShell/Llm/CMakeLists.txt
T

18 lines
386 B
CMake

qml_module(ZShell-llm
URI ZShell.Llm
SOURCES
chat.hpp chat.cpp
chatstore.hpp chatstore.cpp
generation.hpp generation.cpp
llmclient.hpp llmclient.cpp
message.hpp message.cpp
messagemodel.hpp messagemodel.cpp
session.hpp session.cpp
LIBRARIES
Qt::Network
Qt::Sql
ZShell-config
)
target_include_directories(ZShell-llm PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../Config)