Skip to content

Commit

Permalink
Add gtest include directory [ci skip]
Browse files Browse the repository at this point in the history
...to vscode cpp properties
  • Loading branch information
IntelOrca committed Apr 10, 2018
1 parent 124fb0d commit 8fbe6e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"${workspaceRoot}",
"${workspaceRoot}/src",
"${workspaceRoot}/lib/x86/include",
"${workspaceRoot}/lib/x64/include"
"${workspaceRoot}/lib/x64/include",
"${workspaceRoot}/lib/googletest/googletest/include"
],
"defines": [
"_DEBUG",
Expand Down

0 comments on commit 8fbe6e6

Please sign in to comment.