mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
10 lines
187 B
Batchfile
10 lines
187 B
Batchfile
cd %~dp0
|
|
|
|
cd ..
|
|
@REM rd /S /Q .build
|
|
mkdir #buildmsvc2022
|
|
cd #buildmsvc2022
|
|
|
|
@REM Visual Studio 16 2019/Visual Studio 17 2022
|
|
@REM Win32/x64
|
|
cmake ../src -G "Visual Studio 17 2022" -A x64 |