looks like i forgot about commits

This commit is contained in:
itten
2026-06-25 12:43:53 +03:00
parent 49ead70b10
commit 51a1b1b2c8
8 changed files with 445 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${HOME}/SDK/NDI/include"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}