diff --git a/CMakeSettings.json b/CMakeSettings.json index a04e797..f8ea439 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -17,8 +17,7 @@ "remoteCopySources": true, "rsyncCommandArgs": "-t --delete --delete-excluded", "remoteCopyBuildOutput": true, - "remoteCopySourcesMethod": "rsync", - "cmakeCommandArgs": "-- -j4" + "remoteCopySourcesMethod": "rsync" }, { "name": "x64-Debug", @@ -29,7 +28,8 @@ "cmakeCommandArgs": "", "buildCommandArgs": "", "ctestCommandArgs": "", - "inheritEnvironments": [ "msvc_x64_x64" ] + "inheritEnvironments": [ "msvc_x64_x64" ], + "variables": [] } ] } \ No newline at end of file diff --git a/html/trt.html b/html/trt.html deleted file mode 100644 index 566549b..0000000 --- a/html/trt.html +++ /dev/null @@ -1,10 +0,0 @@ - - - - - Title - - - - - \ No newline at end of file