Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 278 Bytes

File metadata and controls

15 lines (7 loc) · 278 Bytes

This is a simple repository that uses git describe and cmake to automatically assign version numbers to a project when it's compiled.

It is provided under the MIT license.

Do the following to test it:

cd version_git

mkdir build && cd build

cmake ..

make