This is an automated email from the ASF dual-hosted git repository. dinglei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-ons-cpp.git
commit 4d580b9b9c7cc2acf6ac3448c5bcb70d047ea85c Author: ShannonDing <[email protected]> AuthorDate: Tue Jul 23 21:22:44 2019 +0800 Add git submodule --- .gitmodules | 6 ++++++ 3rd_party/benchmark/downloadhere.txt | 0 3rd_party/google_test/downloadhere.txt | 0 3 files changed, 6 insertions(+) diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7999bfa --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "3rd_party/google_test"] + path = 3rd_party/google_test + url = https://github.com/google/googletest.git +[submodule "3rd_party/benchmark"] + path = 3rd_party/benchmark + url = https://github.com/google/benchmark.git diff --git a/3rd_party/benchmark/downloadhere.txt b/3rd_party/benchmark/downloadhere.txt new file mode 100644 index 0000000..e69de29 diff --git a/3rd_party/google_test/downloadhere.txt b/3rd_party/google_test/downloadhere.txt new file mode 100644 index 0000000..e69de29
