加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitmodules 2.10 KB
一键复制 编辑 原始数据 按行查看 历史
[submodule "third_party/lbfgs"]
path = third_party/lbfgs
url = https://github.com/yixuan/LBFGSpp.git
[submodule "third_party/eigen"]
path = third_party/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "third_party/boost/assert"]
path = third_party/boost/assert
url = https://github.com/boostorg/assert.git
[submodule "third_party/boost/lockfree"]
path = third_party/boost/lockfree
url = https://github.com/boostorg/lockfree.git
[submodule "third_party/boost/static_assert"]
path = third_party/boost/static_assert
url = https://github.com/boostorg/static_assert.git
[submodule "third_party/boost/parameter"]
path = third_party/boost/parameter
url = https://github.com/boostorg/parameter.git
[submodule "third_party/boost/utility"]
path = third_party/boost/utility
url = https://github.com/boostorg/utility.git
[submodule "third_party/boost/config"]
path = third_party/boost/config
url = https://github.com/boostorg/config.git
[submodule "third_party/boost/core"]
path = third_party/boost/core
url = https://github.com/boostorg/core.git
[submodule "third_party/boost/type_traits"]
path = third_party/boost/type_traits
url = https://github.com/boostorg/type_traits.git
[submodule "third_party/boost/preprocessor"]
path = third_party/boost/preprocessor
url = https://github.com/boostorg/preprocessor.git
[submodule "third_party/boost/iterator"]
path = third_party/boost/iterator
url = https://github.com/boostorg/iterator.git
[submodule "third_party/boost/mpl"]
path = third_party/boost/mpl
url = https://github.com/boostorg/mpl.git
[submodule "third_party/boost/detail"]
path = third_party/boost/detail
url = https://github.com/boostorg/detail.git
[submodule "third_party/boost/predef"]
path = third_party/boost/predef
url = https://github.com/boostorg/predef.git
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "third_party/gloo"]
path = third_party/gloo
url = https://github.com/facebookincubator/gloo.git
[submodule "third_party/HTTPRequest"]
path = third_party/HTTPRequest
url = https://github.com/elnormous/HTTPRequest
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化