mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
5ec1cfde34
gen-windows: Set title for generating Vita3K project files.
7 lines
150 B
Batchfile
7 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
|