Fix libcamera compilation

This commit is contained in:
Kamil Trzcinski
2022-04-10 22:28:01 +02:00
parent 2e36ac9aed
commit abb94b1e29
9 changed files with 59 additions and 20 deletions

17
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/libcamera"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu17",
"cppStandard": "gnu++14",
"intelliSenseMode": "linux-gcc-arm64"
}
],
"version": 4
}