winflexbison/buildVS2022.bat

5 lines
136 B
Batchfile

mkdir CMakeBuildVS2022
cd CMakeBuildVS2022
cmake .. -G "Visual Studio 17 2022"
cmake --build . --config "Release" --target package
cd ..