@echo off REM This script expects to be run from the parent directory REM ex. scripts/cmconfig.bat @echo on cmake -DGLFW_BUILD_DOCS=OFF -B build/ -S . -G "Visual Studio 16 2019" -A x64