diff --git a/neo/cmake-vs2019-64bit-no-ffmpeg.bat b/neo/cmake-vs2019-64bit-no-ffmpeg.bat new file mode 100644 index 00000000..b25855f3 --- /dev/null +++ b/neo/cmake-vs2019-64bit-no-ffmpeg.bat @@ -0,0 +1,6 @@ +cd .. +del /s /q build +mkdir build +cd build +cmake -G "Visual Studio 16" -A x64 -DFFMPEG=OFF -DBINKDEC=ON ../neo +pause \ No newline at end of file