From 67298a80b3a2d092d801a4dc4a6f115935092eec Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 23 Feb 2026 20:23:58 +0100 Subject: [PATCH] INSTALL-CMAKE.md: document the `curl` build target Can be useful to together with `testdeps` to build all binaries. Closes #20694 --- docs/INSTALL-CMAKE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/INSTALL-CMAKE.md b/docs/INSTALL-CMAKE.md index d59a509d47..552a40bcfa 100644 --- a/docs/INSTALL-CMAKE.md +++ b/docs/INSTALL-CMAKE.md @@ -564,6 +564,7 @@ Note: These variables are internal and subject to change. where is the .c filename without extension. - `curl-examples-build`: Build examples quickly but without the ability to run them. (for build tests) - `curl-man`: Build man pages. (built by default unless disabled) +- `curl`: Build curl tool. - `curl_uninstall`: Uninstall curl. - `curl-completion-fish`: Build shell completions for fish. (built by default if enabled) - `curl-completion-zsh`: Build shell completions for zsh. (built by default if enabled)