Adding version information to executables in CMake projects
Posted on Fri 16 February 2018 in new • 2 min read
In programming, versioning your code files are of immense importance. Most of the files needs to be updated, renamed, merged constantly. You also need backups, as one learns through losing work due to various computer problems.
Another problem that we face is establishing a connection between an executable file or …
Continue reading