I have been using cmake for a while because I think writing good Makefile is a very tricky task. Unfortunately, cmake is not always...
When implementing a new feature or fixing bugs, I like having a quick feedback to make sure that my changes didn't break the code. This...