]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
examples : fix executable example targets (#3600)
authorPeter A. <redacted>
Tue, 13 Jan 2026 07:08:18 +0000 (08:08 +0100)
committerGitHub <redacted>
Tue, 13 Jan 2026 07:08:18 +0000 (08:08 +0100)
commita96310871a3b294f026c3bcad4e715d17b5905fe
tree767983c7e494289fca45a250625dd6059d4eca84
parent679bdb53dbcbfb3e42685f50c7ff367949fd4d48
examples : fix executable example targets (#3600)

* cmake:
    - added `whisper-` prefix to unprefixed targets: `quantize`, `lsp`,
      `vad-speech-segments`
    - added `install(TARGETS ${TARGET} RUNTIME)` where it was missing

Signed-off-by: Peter A. <redacted>
* .github/workflows/build.yml: quantize -> whisper-quantize

Signed-off-by: Peter A. <redacted>
---------

Signed-off-by: Peter A. <redacted>
.github/workflows/build.yml
examples/lsp/CMakeLists.txt
examples/quantize/CMakeLists.txt
examples/talk-llama/CMakeLists.txt
examples/vad-speech-segments/CMakeLists.txt
src/CMakeLists.txt