mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2024-12-11 07:06:37 +00:00
fb969fe311
- external: update boost to 1.78. - gen-windows: using version of VS installed.
6 lines
181 B
Batchfile
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
|