@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 17 2022" -A x64