Skip to content

Commit

Permalink
Merge pull request #274 from pmienk/master
Browse files Browse the repository at this point in the history
Regenerate artifacts (with corrections).
  • Loading branch information
pmienk authored Oct 31, 2024
2 parents 2bb47d1 + 8a05e74 commit 3be6cb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions builds/cmake/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "nix-base",
"description": "Factored base settings for non-windows *nix based platforms.",
"hidden": true,
"installDir": "${sourceParentDir}/../../prefix/${presetName}",
"installDir": "${sourceParentDir}/../../../prefix/${presetName}",
"binaryDir": "${sourceParentDir}/../obj/${presetName}",
"condition": {
"type": "inList",
Expand All @@ -18,11 +18,11 @@
"cacheVariables": {
"CMAKE_PREFIX_PATH": {
"type": "PATH",
"value": "${sourceParentDir}/../../prefix/${presetName}"
"value": "${sourceParentDir}/../../../prefix/${presetName}"
},
"CMAKE_LIBRARY_PATH": {
"type": "PATH",
"value": "${sourceParentDir}/../../prefix/${presetName}/lib:$env{CMAKE_LIBRARY_PATH}"
"value": "${sourceParentDir}/../../../prefix/${presetName}/lib:$env{CMAKE_LIBRARY_PATH}"
}
}
},
Expand Down
7 changes: 5 additions & 2 deletions builds/vscode/protocol.code-workspace
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"folders": [
{
"path": "../../../libbitcoin-protocol"
}
"path": "../../../libbitcoin-system"
},
{
"path": "../../../libbitcoin-protocol"
}
],
"settings": {}
}

0 comments on commit 3be6cb6

Please sign in to comment.