Uh oh!
There was an error while loading. Please reload this page.
forked from ned14/quickcpplib
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
Latest commit
28 lines (28 loc) · 794 Bytes
/
Copy path.gitmodules
File metadata and controls
28 lines (28 loc) · 794 Bytes
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
[submodule "doc/html"]
path=doc/html
url=https://github.com/ned14/quickcpplib.git
branch=gh-pages
fetchRecurseSubmodules=true
ignore=none
[submodule "include/gsl-lite"]
path=include/quickcpplib/gsl-lite
url=https://github.com/martinmoene/gsl-lite.git
branch=master
fetchRecurseSubmodules=true
ignore=untracked
[submodule "pcpp"]
path=pcpp
url=https://github.com/ned14/pcpp.git
branch=master
fetchRecurseSubmodules=true
ignore=untracked
[submodule "include/optional"]
path=include/quickcpplib/optional
url=https://github.com/akrzemi1/Optional.git
branch=master
fetchRecurseSubmodules=true
ignore=untracked
[submodule "include/byte"]
path=include/quickcpplib/byte
url=https://github.com/martinmoene/byte-lite.git
branch=master