Skip to content

This is a C++ project that uses git describe and cmake to automatically assign a version number to a project when it's compiled.

License

Notifications You must be signed in to change notification settings

iroddis/version_git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a C++ project that uses git describe and cmake to automatically assign a version number to a project when it's compiled.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CMake 95.7%
  • C++ 4.3%