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)
