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