cmake

windows:

1
2
3
4
5
6
7
cmake -G “MinGW Makefiles//  mingw32-make

cmake -G Ninja // ninja

cmake -G “Unix Makefiles// clang

cmake -G "MinGW Makefiles" -S .. -B . -DCMAKE_C_COMPILER=<path to gcc.exe> -DCMAKE_CXX_COMPILER=<path to g++.exe>

command lines homepage

click here to come back to command line homepage.