Generating Microsoft Visual Studio Project using CMake
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgf4XpfY1yjOwCz3gGuLMuvFiZiUWHB5PA4V1f7DNRwdSVxbnC2m69WhAeH1cJctQ89g-33K1hAZSt1lJ_rNmMrFHcSLjfHLWOTZXJmbOK650Hjk58ivmxnwzAe2ye3IEaxOEP8Wzo0Q5k/s1600/visual.png)
Compiling C/C++ libraries with CMake for generating Visual Studio projects is a pain. Alot of times compiling with CMake goes wrong or doesn't work at all. The documentation for compilation is not adequate & doesn't cover most of the scenario's for different compiler options, which CMake uses to generate the project from the source code.