Files
prjxray/.gitmodules
T
Rick Altherr 5e42fd5abc bitread: Replace flag parsing with gflags
Some flag-related string parsing is also replaced with methods from
abseil.

Signed-off-by: Rick Altherr <[email protected]>
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
2017-12-20 22:46:39 +01:00

13 lines
418 B
Plaintext

[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp
[submodule "third_party/cctz"]
path = third_party/cctz
url = https://github.com/google/cctz
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/gflags/gflags