-
Notifications
You must be signed in to change notification settings - Fork 130
/
.gitmodules
42 lines (42 loc) · 1.36 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[submodule "third_party/CppAD"]
path = third_party/CppAD
url = https://github.com/coin-or/CppAD.git
ignore = all
[submodule "third_party/CppADCodeGen"]
path = third_party/CppADCodeGen
url = https://github.com/eric-heiden/CppADCodeGen.git
ignore = all
[submodule "third_party/glog"]
path = third_party/glog
url = https://github.com/google/glog.git
ignore = all
[submodule "third_party/ceres-solver"]
path = third_party/ceres-solver
url = https://github.com/ceres-solver/ceres-solver
ignore = all
[submodule "third_party/gflags"]
path = third_party/gflags
url = https://github.com/gflags/gflags.git
ignore = all
[submodule "third_party/bullet3"]
path = third_party/bullet3
url = https://github.com/bulletphysics/bullet3
ignore = all
[submodule "third_party/pagmo2"]
path = third_party/pagmo2
url = https://github.com/esa/pagmo2.git
[submodule "third_party/oneTBB"]
path = third_party/oneTBB
url = https://github.com/oneapi-src/oneTBB
[submodule "third_party/boost"]
path = third_party/boost
url = https://github.com/erwincoumans/boost.git
[submodule "third_party/osqp"]
path = third_party/osqp
url = https://github.com/oxfordcontrol/osqp.git
[submodule "third_party/qpOASES"]
path = third_party/qpOASES
url = https://github.com/coin-or/qpOASES.git
[submodule "third_party/tinyrenderer"]
path = third_party/tinyrenderer
url = https://github.com/erwincoumans/tinyrenderer