Use Ninja Build System with CMake

Use Ninja Build System with CMake

When configuring projects with CMake, you're not limited to the default build backends like Unix Makefile or MSBuild. Another popular option is Ninja, a small, fast build system designed for...