Add C++ standard to CMake for MSVC

This commit is contained in:
Jonah Beckford 2023-08-07 20:55:27 -07:00
parent f07596dbb5
commit d8b55078ba
3 changed files with 18 additions and 1 deletions

10
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
"files.associations": {
"*.rst": "restructuredtext",
"*.make": "makefile",
"opam": "ocaml.opam",
"schema.capnp.h": "c",
"stdbool.h": "c"
},
"cmake.configureOnOpen": false
}