Releases: tayne3/git-version-cmake
Releases · tayne3/git-version-cmake
v0.3.0
📥 Quick Installation
# Download directly to your project
curl -o cmake/GitVersion.cmake https://github.com/tayne3/GitVersion.cmake/releases/download/v0.3.0/GitVersion.cmake📝 Usage
include(cmake/GitVersion.cmake)
git_version_info(VERSION PROJECT_VERSION)
project(MyProject VERSION ${PROJECT_VERSION})📚 Documentation
For complete usage instructions and examples, see the README.