mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
20 lines
516 B
JSON
20 lines
516 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE",
|
||
|
"gen_time"
|
||
|
],
|
||
|
"windowsSdkVersion": "10.0.19041.0",
|
||
|
"compilerPath": "C:/Users/Ed/scoop/apps/llvm/current/bin/clang++.exe",
|
||
|
"intelliSenseMode": "windows-clang-x64"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|