Change #252820
| Category | None |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Sat 20 Dec 2025 11:34:27 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 18922860867357062b5fe3fbf60b77ea34007855 |
Comments
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
Changed files
- .github/labeler.yml
- .github/workflows/configure-vs-cmake.yml
- CMake/cmake_uninstall.cmake.in
- CMake/cmake_uninstall.in.cmake
- CMake/curl-config.cmake.in
- CMake/curl-config.in.cmake
- CMakeLists.txt
- Makefile.am
- lib/CMakeLists.txt
- lib/Makefile.am
- lib/curl_config-cmake.h.in
- lib/curl_config.h.cmake
- scripts/cmakelint.sh
- scripts/perlcheck.sh
- tests/test1165.pl