diff --git a/build.bat b/build.bat new file mode 100644 index 000000000..b173bf703 --- /dev/null +++ b/build.bat @@ -0,0 +1,5 @@ +mkdir build +rm build/CMakeCache.txt +cd build +cmake .. -G "Visual Studio 14 2015 Win64" +pause \ No newline at end of file