wepoll/run-cmake.bat
2017-09-01 19:29:39 +02:00

5 lines
129 B
Batchfile

@echo off
rd /s/q CMakeFiles
del CMakeCache.txt *.cmake ALL_BUILD*.* ZERO_CHECK*.*
cmake.exe -G "Visual Studio 14 2015 Win64" %*