mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 02:49:12 -04:00
feat: Add agents and agents settings
This commit is contained in:
17
sources/templates/CMakeLists.txt
Normal file
17
sources/templates/CMakeLists.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
add_library(Templates STATIC
|
||||
PromptTemplate.hpp
|
||||
JsonPromptTemplate.hpp JsonPromptTemplate.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(Templates
|
||||
PUBLIC
|
||||
Qt::Core
|
||||
Common
|
||||
Providers
|
||||
pantor::inja
|
||||
)
|
||||
|
||||
target_include_directories(Templates
|
||||
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
PRIVATE ${CMAKE_SOURCE_DIR}/sources/agents
|
||||
)
|
||||
Reference in New Issue
Block a user