Added cmake .bat files for VS2022

This commit is contained in:
Robert Beckebans 2023-02-22 12:37:41 +01:00
parent a12db413fc
commit e4b7122006
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 17" -A x64 -DFFMPEG=OFF -DBINKDEC=ON ../neo
pause

View file

@ -0,0 +1,6 @@
cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 17" -A x64 -DFFMPEG=ON -DBINKDEC=OFF ../neo
pause