From 375799fa79d1af76f33299acc20a11a167a021f8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 17 Aug 2023 12:32:50 +0200 Subject: project: restructure libraries and build env --- .vscode/c_cpp_properties.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json (limited to '.vscode/c_cpp_properties.json') diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 1e50c9d..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "configurations": [ - { - "name": "Release", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "compileCommands": "${workspaceFolder}/build/Release/compile_commands.json" - } - ], - "version": 4 -} \ No newline at end of file -- cgit v1.2.3