Fixing slang compilation temporarily, renaming vertexfactory
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
],
|
||||
"windowsSdkVersion": "10.0.18362.0",
|
||||
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.25.28610/bin/Hostx64/x64/cl.exe",
|
||||
"intelliSenseMode": "msvc-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
Vendored
+13
-7
@@ -85,13 +85,19 @@
|
||||
"regex": "cpp",
|
||||
"strstream": "cpp",
|
||||
"resumable": "cpp",
|
||||
"future": "cpp"
|
||||
"future": "cpp",
|
||||
"cstdarg": "cpp",
|
||||
"cwctype": "cpp",
|
||||
"queue": "cpp",
|
||||
"random": "cpp",
|
||||
"shared_mutex": "cpp",
|
||||
"unordered_set": "cpp",
|
||||
"csetjmp": "cpp",
|
||||
"memory_resource": "cpp"
|
||||
},
|
||||
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": false,
|
||||
"C_Cpp.default.intelliSenseMode": "msvc-x64",
|
||||
"C_Cpp.errorSquiggles": "Disabled",
|
||||
"cmake.generator": "Visual Studio 16 2019",
|
||||
"cmake.generator": "Ninja",
|
||||
"cmake.skipConfigureIfCachePresent": false,
|
||||
"cmake.configureArgs": ["-Wno-dev"],
|
||||
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
|
||||
"cmake.configureArgs": [
|
||||
"-Wno-dev"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user