refactor: Move context to separate lib

This commit is contained in:
Petr Mironychev
2024-12-24 22:45:20 +01:00
parent 113d5adcf4
commit f27429aa66
13 changed files with 27 additions and 140 deletions
+1
View File
@@ -33,6 +33,7 @@ target_link_libraries(QodeAssistChatView
QtCreator::Utils
LLMCore
QodeAssistSettings
Context
)
target_include_directories(QodeAssistChatView