mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32 msvc",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"GEN_TIME",
|
|
"GEN_IMPLEMENTATION",
|
|
// "GEN_DONT_USE_NAMESPACE"
|
|
"GEN_INTELLISENSE_DIRECTIVES"
|
|
],
|
|
"windowsSdkVersion": "10.0.19041.0",
|
|
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.29.30133/bin/HostX64/x64/cl.exe",
|
|
"intelliSenseMode": "msvc-x64",
|
|
"compileCommands": "${workspaceFolder}/project/build/compile_commands.json"
|
|
},
|
|
{
|
|
"name": "Win32 clang",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"GEN_TIME",
|
|
"GEN_IMPLEMENTATION",
|
|
// "GEN_DONT_USE_NAMESPACE"
|
|
"GEN_INTELLISENSE_DIRECTIVES"
|
|
],
|
|
"windowsSdkVersion": "10.0.19041.0",
|
|
"compilerPath": "C:/Users/Ed/scoop/apps/llvm/current/bin/clang++.exe",
|
|
"intelliSenseMode": "windows-clang-x64",
|
|
"compileCommands": "${workspaceFolder}/project/build/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |