settings.json: add CMAKE_PREFIX_PATH=~/local/protobuf
This commit is contained in:
parent
77c713c5e7
commit
17ce37b480
1 changed files with 4 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -2,5 +2,8 @@
|
|||
"python.analysis.extraPaths": [
|
||||
"./build"
|
||||
],
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"cmake.configureArgs": [
|
||||
"-DCMAKE_PREFIX_PATH=~/local/protobuf"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue