mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
5 lines
91 B
Batchfile
5 lines
91 B
Batchfile
mkdir build-windows
|
|
pushd build-windows
|
|
cmake -G "Visual Studio 15 2017 Win64" ../src
|
|
popd
|