From fd97dc4a830c5b4b7b7f814a60bf691996622f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=AB=8B=E6=96=B0?= Date: Mon, 13 Dec 2021 17:28:55 +0800 Subject: [PATCH] weizhi --- CMakeSettings.json | 6 +++--- html/trt.html | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 html/trt.html diff --git a/CMakeSettings.json b/CMakeSettings.json index f8ea439..a04e797 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -17,7 +17,8 @@ "remoteCopySources": true, "rsyncCommandArgs": "-t --delete --delete-excluded", "remoteCopyBuildOutput": true, - "remoteCopySourcesMethod": "rsync" + "remoteCopySourcesMethod": "rsync", + "cmakeCommandArgs": "-- -j4" }, { "name": "x64-Debug", @@ -28,8 +29,7 @@ "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", - "inheritEnvironments": [ "msvc_x64_x64" ], - "variables": [] + "inheritEnvironments": [ "msvc_x64_x64" ] } ] } \ No newline at end of file diff --git a/html/trt.html b/html/trt.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/html/trt.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file