mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
clean up visual studio files and add root cmake
This commit is contained in:
17
examples/knx-linux/.vscode/c_cpp_properties.json
vendored
Normal file
17
examples/knx-linux/.vscode/c_cpp_properties.json
vendored
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user