This commit is contained in:
Asaki Yuki 2026-01-18 21:51:52 +07:00
parent 6358580eee
commit 6b93909e7e
5 changed files with 114 additions and 9 deletions

View file

@ -10,7 +10,11 @@
"<!(node -p \"require('node-addon-api').targets\"):node_addon_api",
],
"cflags_cc": [ "-std=c++17" ],
"msvs_settings": {
"VCCLCompilerTool": {
"LanguageStandard": "stdcpp20"
}
}
}
]
}