mirror of
https://github.com/Vita3K/Vita3K.git
synced 2025-04-02 11:02:10 -04:00
6 lines
150 B
Batchfile
6 lines
150 B
Batchfile
@echo off
|
|
title Generate Vita3K project files
|
|
|
|
REM Generate project files for your last Visual Studio version you have
|
|
call cmake -S . -B build
|
|
pause
|