Skip to content

Commit

Permalink
fix: conan include path
Browse files Browse the repository at this point in the history
  • Loading branch information
chaxus committed Oct 6, 2024
1 parent 6ea8d1a commit fcfd147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/packages/image-process/src/**",
"/usr/local/include/**",
"${env:chaxus}/.conan2/p/b/**"
"${workspaceFolder}/**",
"${env:chaxus}/.conan2/**",
"/usr/local/include/**"
],
"defines": [],
"macFrameworkPath": ["/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"],
Expand Down

0 comments on commit fcfd147

Please sign in to comment.