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

15 lines
288 B
CMake

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