Some cleanup of import files
This commit is contained in:
+4
-4
@@ -9,7 +9,7 @@
|
||||
"intelliSenseMode": "windows-msvc-x64",
|
||||
"inheritEnvironments": [ "msvc_x64" ],
|
||||
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
||||
"buildRoot": "${CMAKE_CURRENT_SOURCE_DIR}/cmake",
|
||||
"buildRoot": "${workspaceRoot}/build",
|
||||
"installRoot": "C:/Program Files/Seele"
|
||||
},
|
||||
{
|
||||
@@ -20,7 +20,7 @@
|
||||
"buildCommandArgs": "",
|
||||
"ctestCommandArgs": "",
|
||||
"inheritEnvironments": [ "msvc_x64" ],
|
||||
"buildRoot": "${CMAKE_CURRENT_SOURCE_DIR}/cmake",
|
||||
"buildRoot": "${workspaceRoot}/build",
|
||||
"intelliSenseMode": "windows-msvc-x64",
|
||||
"installRoot": "C:/Program Files/Seele"
|
||||
},
|
||||
@@ -31,7 +31,7 @@
|
||||
"installRoot": "C:/Program Files/Seele",
|
||||
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
||||
"buildCommandArgs": "",
|
||||
"buildRoot": "${CMAKE_CURRENT_SOURCE_DIR}/cmake",
|
||||
"buildRoot": "${workspaceRoot}/build",
|
||||
"ctestCommandArgs": "",
|
||||
"inheritEnvironments": [ "msvc_x64" ],
|
||||
"intelliSenseMode": "windows-msvc-x64"
|
||||
@@ -44,7 +44,7 @@
|
||||
"generator": "Visual Studio 17 2022 Win64",
|
||||
"intelliSenseMode": "windows-msvc-x64",
|
||||
"inheritEnvironments": [ "msvc_x64" ],
|
||||
"buildRoot": "${CMAKE_CURRENT_SOURCE_DIR}/cmake",
|
||||
"buildRoot": "${workspaceRoot}/build",
|
||||
"cmakeCommandArgs": "-DCMAKE_DEBUG_POSTFIX=\"\" -DCMAKE_PLATFORM=x64",
|
||||
"installRoot": "C:/Program Files/Seele",
|
||||
"addressSanitizerEnabled": true
|
||||
|
||||
Reference in New Issue
Block a user