14 lines
278 B
CMake
14 lines
278 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
|
|
ZShell-config
|
|
)
|
|
|
|
target_include_directories(ZShell-llm PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../Config)
|