Vita3K-Android/gen-windows.bat
Zangetsu38 fb969fe311 build: add support of VS 2022.
- external: update boost to 1.78.
- gen-windows: using version of VS installed.
2021-12-13 19:12:39 +01:00

6 lines
181 B
Batchfile

@echo off
REM Generate project files for your last Visual Studio version you have
call cmake -S . -B build-windows -DCMAKE_TOOLCHAIN_FILE=./cmake/toolchain/windows-x64.cmake
pause