summaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2020-05-24 13:05:34 +0200
committerNiklas Halle <niklas@niklashalle.net>2020-05-24 13:05:34 +0200
commit8f33ab3bf8b7d5a256c1d996e572fa67a5578b4f (patch)
tree44c55b4679f8546f940df7191f191ed290c57f6f /.vscode/c_cpp_properties.json
parentbed31a7634701b2c19ef8eef3ccb3039c03b1cda (diff)
parent7a9c301d10e001b92846b6b1e64136c10c4bb247 (diff)
downloadbetriebssysteme-8f33ab3bf8b7d5a256c1d996e572fa67a5578b4f.tar.gz
betriebssysteme-8f33ab3bf8b7d5a256c1d996e572fa67a5578b4f.zip
Merge remote-tracking branch 'origin/MOAR_CMAKE' into dev/niklas
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index d57b434..2796da8 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -22,7 +22,8 @@
"-MMD",
"-MP",
"-D=_GNU_SOURCE"
- ]
+ ],
+ "configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4