Skip to content

Releases: tayne3/git-version-cmake

v0.3.0

07 Aug 07:06

Choose a tag to compare

📥 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.