Commit 3f67b39c by Ben Clayton

Add github.com/nlohmann/json as a third_party dependency

Required by cppdap, which is used by the new Vulkan debugger. Bug: b/145351270 Change-Id: Ibf65a63ed3c508722993578c57d72b1884a06ff9 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/38888Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent b3a473ed
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
path = third_party/googletest path = third_party/googletest
url = https://github.com/google/googletest.git url = https://github.com/google/googletest.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "third_party/libbacktrace/src"] [submodule "third_party/libbacktrace/src"]
path = third_party/libbacktrace/src path = third_party/libbacktrace/src
url = https://github.com/ianlancetaylor/libbacktrace.git url = https://github.com/ianlancetaylor/libbacktrace.git
Subproject commit ed5541440a36bf7dc1a544f9a84fa3e5ae97b71f
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment