mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 19:09:14 -04:00
18 lines
347 B
CMake
18 lines
347 B
CMake
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
|
|
)
|