Vita3K/gen-windows.bat

6 lines
114 B
Batchfile

@echo off
REM Generate project files for your last Visual Studio version you have
call cmake -S . -B build
pause