INSTALL-CMAKE.md: add recently added targets

Follow-up to d7bde803ee #20014

Closes #20020
This commit is contained in:
Viktor Szakats 2025-12-18 21:14:31 +01:00
parent 9941e7c95b
commit cd9da30e76
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -544,6 +544,9 @@ Note: These variables are internal and subject to change.
- `curl-completion-zsh`: Build shell completions for zsh (built by default if enabled)
- `curl-ca-bundle`: Build the CA bundle via `scripts/mk-ca-bundle.pl`
- `curl-ca-firefox`: Build the CA bundle via `scripts/firefox-db2pem.sh`
- `curl-listcats`: Generate help category constants for `src/tool_help.h` from documentation.
- `curl-listhelp`: Generate `src/tool_listhelp.c` from documentation.
- `curl-optiontable`: Generate `lib/easyoptions.c` from documentation.
# Migrating from Visual Studio IDE Project Files