INSTALL-CMAKE.md: document the curl build target

Can be useful to together with `testdeps` to build all binaries.

Closes #20694
This commit is contained in:
Viktor Szakats 2026-02-23 20:23:58 +01:00
parent 453470fab1
commit 67298a80b3
No known key found for this signature in database

View file

@ -564,6 +564,7 @@ Note: These variables are internal and subject to change.
where <name> 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)