Files
QodeAssist/sources/external/CMakeLists.txt
2026-05-21 19:30:32 +02:00

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)