This commit is contained in:
2021-12-13 17:28:55 +08:00
parent 9ca4b432d0
commit fd97dc4a83
2 changed files with 13 additions and 3 deletions

View File

@ -17,7 +17,8 @@
"remoteCopySources": true, "remoteCopySources": true,
"rsyncCommandArgs": "-t --delete --delete-excluded", "rsyncCommandArgs": "-t --delete --delete-excluded",
"remoteCopyBuildOutput": true, "remoteCopyBuildOutput": true,
"remoteCopySourcesMethod": "rsync" "remoteCopySourcesMethod": "rsync",
"cmakeCommandArgs": "-- -j4"
}, },
{ {
"name": "x64-Debug", "name": "x64-Debug",
@ -28,8 +29,7 @@
"cmakeCommandArgs": "", "cmakeCommandArgs": "",
"buildCommandArgs": "", "buildCommandArgs": "",
"ctestCommandArgs": "", "ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ], "inheritEnvironments": [ "msvc_x64_x64" ]
"variables": []
} }
] ]
} }

10
html/trt.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>