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:
11
sources/common/CMakeLists.txt
Normal file
11
sources/common/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
add_library(Common INTERFACE)
|
||||
|
||||
target_sources(Common INTERFACE
|
||||
ContextData.hpp
|
||||
)
|
||||
|
||||
target_include_directories(Common INTERFACE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
target_link_libraries(Common INTERFACE
|
||||
Qt::Core
|
||||
)
|
||||
Reference in New Issue
Block a user