mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 02:49:12 -04:00
feat: Add skills feature for tool and chat calling (#351)
This commit is contained in:
12
sources/skills/CMakeLists.txt
Normal file
12
sources/skills/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
add_library(Skills STATIC
|
||||
AgentSkill.hpp
|
||||
SkillsLoader.hpp SkillsLoader.cpp
|
||||
SkillsManager.hpp SkillsManager.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(Skills
|
||||
PUBLIC
|
||||
Qt::Core
|
||||
)
|
||||
|
||||
target_include_directories(Skills PUBLIC ${CMAKE_SOURCE_DIR})
|
||||
Reference in New Issue
Block a user