CMAKE commands
mkdir build
cd buildcmake ..
cmake .. -G "Visual Studio 17 2022" -A x64 --fresh
cmake .. -G "Visual Studio 16 2019" -A x64 --freshcmake --build . --clean-first -v --config ReleaseLast updated
mkdir build
cd buildcmake ..
cmake .. -G "Visual Studio 17 2022" -A x64 --fresh
cmake .. -G "Visual Studio 16 2019" -A x64 --freshcmake --build . --clean-first -v --config ReleaseLast updated