BayesNet/.gitmodules

26 lines
634 B
Plaintext
Raw Normal View History

2023-07-20 16:55:56 +00:00
[submodule "lib/mdlp"]
path = lib/mdlp
url = https://github.com/rmontanana/mdlp
2023-11-28 23:26:48 +00:00
main = main
update = merge
2023-07-20 16:55:56 +00:00
[submodule "lib/catch2"]
path = lib/catch2
2023-11-28 23:26:48 +00:00
main = v2.x
update = merge
2023-07-20 16:55:56 +00:00
url = https://github.com/catchorg/Catch2.git
[submodule "lib/argparse"]
path = lib/argparse
url = https://github.com/p-ranav/argparse
2023-11-28 23:26:48 +00:00
master = master
update = merge
[submodule "lib/json"]
path = lib/json
url = https://github.com/nlohmann/json.git
2023-11-28 23:26:48 +00:00
master = master
update = merge
2023-09-18 21:26:22 +00:00
[submodule "lib/libxlsxwriter"]
path = lib/libxlsxwriter
url = https://github.com/jmcnamara/libxlsxwriter.git
2023-11-28 23:26:48 +00:00
main = main
update = merge