mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-18 19:39:43 +08:00
添加会议记录
This commit is contained in:
@ -7,8 +7,21 @@
|
||||
"inheritEnvironments": [
|
||||
"msvc_x64_x64"
|
||||
],
|
||||
"buildRoot": "${workspaceRoot}/build",
|
||||
"installRoot": "${workspaceRoot}/build",
|
||||
"buildRoot": "${workspaceRoot}/build_d",
|
||||
"installRoot": "${workspaceRoot}/build_d",
|
||||
"cmakeCommandArgs": "",
|
||||
"buildCommandArgs": "-v",
|
||||
"ctestCommandArgs": ""
|
||||
},
|
||||
{
|
||||
"name": "x64-Release",
|
||||
"generator": "Ninja",
|
||||
"configurationType": "Release",
|
||||
"inheritEnvironments": [
|
||||
"msvc_x64_x64"
|
||||
],
|
||||
"buildRoot": "${workspaceRoot}/build_r",
|
||||
"installRoot": "${workspaceRoot}/build_r",
|
||||
"cmakeCommandArgs": "",
|
||||
"buildCommandArgs": "-v",
|
||||
"ctestCommandArgs": ""
|
||||
|
Reference in New Issue
Block a user