winflexbison/buildVS2017.bat

5 lines
136 B
Batchfile

mkdir CMakeBuildVS2017
cd CMakeBuildVS2017
cmake .. -G "Visual Studio 15 2017"
cmake --build . --config "Release" --target package
cd ..