diff options
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r-- | .vscode/c_cpp_properties.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 46fa4ac..a15f134 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -13,7 +13,8 @@ "/opt/include", "/opt/AGL/include", "${workspaceFolder}/afb-helpers", - "${workspaceFolder}/src" + "${workspaceFolder}/src", + "${workspaceFolder}/app-controller-submodule/ctl-lib" ], "defines": [], "intelliSenseMode": "clang-x64", |