mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 02:49:12 -04:00
11 lines
229 B
CMake
11 lines
229 B
CMake
include(FetchContent)
|
|
|
|
FetchContent_Declare(tomlplusplus
|
|
GIT_REPOSITORY https://github.com/marzer/tomlplusplus.git
|
|
GIT_TAG v3.4.0
|
|
GIT_SHALLOW TRUE
|
|
)
|
|
FetchContent_MakeAvailable(tomlplusplus)
|
|
|
|
add_subdirectory(llmqore)
|