Posts

Showing posts with the label compiler

Generating Microsoft Visual Studio Project using CMake

Image
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.