]> git.feebdaed.xyz Git - 0xmirror/curl.git/commit
cmake: match filename suffixes with file content
authorViktor Szakats <commit@vsz.me>
Fri, 19 Dec 2025 13:57:10 +0000 (14:57 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 20 Dec 2025 10:34:27 +0000 (11:34 +0100)
commit18922860867357062b5fe3fbf60b77ea34007855
treedbc815d34efee9eb1b27d2fac0988e6bade0af83
parent7ded0e21cda397178bf409188e4f1f6722929854
cmake: match filename suffixes with file content

To:
- simplify recognizing CMake sources.
- ensure syntax highlighters use the correct file type.
- sync .h template filename with its autotools counterpart.

Also:
- cmakelint.sh: simplify, alpha sort the filelist.
- perlcheck.sh: simplify.

Closes #20039
15 files changed:
.github/labeler.yml
.github/workflows/configure-vs-cmake.yml
CMake/cmake_uninstall.cmake.in [deleted file]
CMake/cmake_uninstall.in.cmake [new file with mode: 0644]
CMake/curl-config.cmake.in [deleted file]
CMake/curl-config.in.cmake [new file with mode: 0644]
CMakeLists.txt
Makefile.am
lib/CMakeLists.txt
lib/Makefile.am
lib/curl_config-cmake.h.in [new file with mode: 0644]
lib/curl_config.h.cmake [deleted file]
scripts/cmakelint.sh
scripts/perlcheck.sh
tests/test1165.pl