summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorlijia <[email protected]>2019-07-11 19:03:07 +0800
committerlijia <[email protected]>2019-07-11 19:03:07 +0800
commit1664ee6fbca0e142ea8ea89d7af0224a02645bab (patch)
tree0174ac38ed29da0b4cb105b9c6876de4e034859a /.gitmodules
parentdec8ec060968b07f41cfff1f4d796e6289c124f5 (diff)
使用cmake的ExternalProject功能添加第三方依赖库:libevent,gtest.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index d71b6e9..e3578c5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,7 @@
-[submodule "test/benchmark_pcap"]
- path = test/benchmark_pcap
- url = https://lijia:[email protected]/public_resources/benchmark_pcap.git
[submodule "test/sapp_module_test"]
path = test/sapp_module_test
url = https://lijia:[email protected]/Alpha_lib/sapp_module_test.git
+
+[submodule "test/banchmark_pcap"]
+ path = test/banchmark_pcap
+ url = https://lijia:[email protected]/public_resources/benchmark_pcap.git