We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7808d4 commit 36d1138Copy full SHA for 36d1138
.gitmodules
@@ -10,6 +10,9 @@
10
[submodule "third-party/gflags"]
11
path = third-party/gflags
12
url = https://github.com/gflags/gflags.git
13
+[submodule "third-party/googletest"]
14
+ path = third-party/googletest
15
+ url = https://github.com/google/googletest.git
16
[submodule "backends/xnnpack/third-party/pthreadpool"]
17
path = backends/xnnpack/third-party/pthreadpool
18
url = https://github.com/Maratyszcza/pthreadpool.git
third-party/googletest
0 commit comments