asmodehn / wkcmake

Workshop CMake - For quick and easy CMake setup of project, based on simple folder and file naming conventions
BSD 2-Clause "Simplified" License
5 stars 2 forks source link

WkDebug() method -> adding version of WkCMake #25

Open asmodehn opened 11 years ago

asmodehn commented 11 years ago

The SVN revision of WkCMake itself should be included in build files generated by WkCMake, as well as the WkDebug method, so we know with which version a project has been built ( important for configuration and dependendy handling... ) -> This might require a small tool that can fetch current WC svn revision, even without svnclient...

asmodehn commented 10 years ago

Git should also be supported for this nowadays...

XorfacX commented 10 years ago

command:

git rev-list HEAD --count