Automate your CMake project setup
In C++, more than in any other programming language, there seems to be a large effort involved in modularizing your code. But not only modularization, also the entire task of setting up your project (in a cross-platform way) is painful… Have you ever wondered, why your…