forked from NOAA-OWP/ngen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
28 lines (27 loc) · 932 Bytes
/
.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
[submodule "test/googletest"]
path = test/googletest
url = https://github.com/google/googletest
ignore = dirty # So the generated folder doesn't show up in git status
[submodule "extern/pybind11"]
path = extern/pybind11
url = https://github.com/pybind/pybind11
[submodule "extern/t-route"]
path = extern/t-route
url = https://github.com/jdmattern-noaa/t-route.git
branch = ngen-routing2
[submodule "extern/cfe/cfe"]
path = extern/cfe/cfe
url = https://github.com/NOAA-OWP/cfe.git
branch = master
[submodule "extern/topmodel/topmodel"]
path = extern/topmodel/topmodel
url = https://github.com/NOAA-OWP/topmodel.git
branch = master
[submodule "extern/noah-mp-modular/noah-mp-modular"]
path = extern/noah-mp-modular/noah-mp-modular
url = https://github.com/noaa-owp/noah-mp-modular
branch = main
[submodule "extern/UDUNITS-2"]
path = extern/UDUNITS-2
url = https://github.com/Unidata/UDUNITS-2.git
ignore = dirty