mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
Add parser submodule
This commit is contained in:
parent
e5cdcdb017
commit
3ca1f37bb4
2 changed files with 6 additions and 0 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -828,3 +828,8 @@
|
|||
url = ../boostlook.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
[submodule "parser"]
|
||||
path = libs/parser
|
||||
url = ../parser.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
branch = .
|
||||
|
|
1
libs/parser
Submodule
1
libs/parser
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit bb0fb885b8f996545cdc5eac67aab8c9bb6a2ce3
|
Loading…
Add table
Reference in a new issue