Initial drop of cppdap

This commit is contained in:
Ben Clayton
2019-10-31 17:06:38 +00:00
committed by Ben Clayton
commit 2dfd15462f
51 changed files with 9924 additions and 0 deletions

18
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/third_party/json/include",
"${workspaceFolder}/third_party/googletest/googlemock/include"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}