added version-from-git (#48)

Automatically defines GIT_COMMIT, GIT_TAG, etc. in a C++ project.
This commit is contained in:
MhmRhm
2022-05-18 15:36:54 +04:30
committed by GitHub
parent 6315e827ed
commit 75b46ba00d

View File

@@ -187,6 +187,7 @@ These provide a wide range of functionality - from dealing with compiler flags t
* [cmake_check](https://github.com/DaelDe/cmake_check) - Static analysis (linter) for the CMake language (e.g. to enforce modern CMake rules). [```[MIT]```][MIT]
* [cmake-language-server](https://github.com/regen100/cmake-language-server) - CMake Language Server Protocol Implementation. [```[MIT]```][MIT]
* [cmake-maven-plugin](https://github.com/cmake-maven-project/cmake-maven-project) - CMake integration for Maven builds. [```[APACHE2]```][APACHE2]
* [version-from-git](https://github.com/MhmRhm/version-from-git) - Bake git information into your binary. [```[MIT]```][MIT]
## License