mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
5 lines
205 B
Batchfile
5 lines
205 B
Batchfile
@echo off
|
|
mkdir build_vs2019
|
|
pushd build_vs2019
|
|
cmake ../.. -G "Visual Studio 16 2019" -A x64 -DUSE_QT=on -DBUILD_LIBRETRO_CORE=yes -DBUILD_PSFPLAYER=on -DCMAKE_PREFIX_PATH="C:\Qt\5.15.2\msvc2019_64"
|
|
popd
|