mirror of
https://github.com/Vita3K/Vita3K-Android.git
synced 2024-11-27 07:20:51 +00:00
6 lines
114 B
Batchfile
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
|