clean up visual studio files and add root cmake

This commit is contained in:
Thomas Kunze
2020-10-28 21:35:24 +01:00
parent f677897337
commit 06e2c11d96
53 changed files with 154 additions and 11417 deletions

View File

@@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}",
"../../src"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "gnu++14",
"intelliSenseMode": "gcc-arm"
}
],
"version": 4
}