General Cmake c template with automatic version header creation
- Add headers to the include directory.
- Add your .c files to the src directory.
- include and add a variable as like in the example for git versioning.
- Run build_me.sh and choose either debug or release build from its directory.
- ???
- PROFIT!
- Your binary will be located in the build directory.