cmake : add CMakePresets.json [no ci] (#3808)

This commit adds a CMakePresets.json file similar to the one in
llama.cpp.

The motivation for this is that this provides sharable named
configuration which can be used with cmake --preset <name>.

It also allows for extendins these preset with a
CMakeUserPresets.json for specific hardware (like CPUs),
architectures, and toolchains etc.
This commit is contained in:
Daniel Bevenius
2026-05-25 12:25:15 +03:00
committed by GitHub
parent b3877e10c0
commit e414ecf674
2 changed files with 96 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
.DS_Store
.vimspector.json
/CMakeSettings.json
/CMakeUserPresets.json
/talk-llama.dSYM/
build/