]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: add shell completion support
authorViktor Szakats <commit@vsz.me>
Wed, 22 Jan 2025 14:13:47 +0000 (15:13 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 28 Mar 2025 12:51:38 +0000 (13:51 +0100)
commitc8b0f0c9ad78eafc6c8f0005113de346ee797c21
tree2e934e04df6aa94b113a36e58aef2948d69c4e06
parente95f509c66abdd88ae02e3243cdc217f19c4a330
cmake: add shell completion support

Add the last (*) missing bit for feature parity with autotools.

Also test in CI. Add a new `cmake install` step to GHA/macos.

(*) AFAIK. Let us know if there's something else missing.

Closes #16833
.github/workflows/linux.yml
.github/workflows/macos.yml
CMakeLists.txt
docs/INSTALL-CMAKE.md
scripts/CMakeLists.txt [new file with mode: 0644]
scripts/Makefile.am