From 75b46ba00dc2301504d0018f73b337a55dce6b73 Mon Sep 17 00:00:00 2001 From: MhmRhm <32928433+MhmRhm@users.noreply.github.com> Date: Wed, 18 May 2022 15:36:54 +0430 Subject: [PATCH] added version-from-git (#48) Automatically defines GIT_COMMIT, GIT_TAG, etc. in a C++ project. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cf088a..118aed7 100644 --- a/README.md +++ b/README.md @@ -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