Add boost submodule for non-system builds
This commit is contained in:
parent
ae9a706189
commit
b3d73e7b4b
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -4,3 +4,6 @@
|
|||
[submodule "3rdparty/libbacktrace"]
|
||||
path = 3rdparty/libbacktrace
|
||||
url = https://github.com/ianlancetaylor/libbacktrace.git
|
||||
[submodule "3rdparty/boost"]
|
||||
path = 3rdparty/boost
|
||||
url = https://github.com/boostorg/boost
|
||||
|
|
|
|||
1
3rdparty/boost
vendored
Submodule
1
3rdparty/boost
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5dfae19bf919476ce2ff28e2a9b5e03561e9c0ef
|
||||
Loading…
Add table
Reference in a new issue