mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
上传项目代码
This commit is contained in:
10
src/cmake_msvc2019.bat
Normal file
10
src/cmake_msvc2019.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user