]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
cmake : add CMakePresets.json [no ci] (#3808)
authorDaniel Bevenius <redacted>
Mon, 25 May 2026 09:25:15 +0000 (11:25 +0200)
committerGitHub <redacted>
Mon, 25 May 2026 09:25:15 +0000 (12:25 +0300)
commite414ecf67424f0cd69a3520f99439122ce9aaa1f
tree47310092cd55891fc046a9ecfc5fe07914ed9d13
parentb3877e10c0a8435c53209b2ebfbaa8359f7baaae
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.
.gitignore
CMakePresets.json [new file with mode: 0644]