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