Initial commit
This commit is contained in:
17
.gitmodules
vendored
Normal file
17
.gitmodules
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
[submodule "lib/catch2"]
|
||||
path = lib/catch2
|
||||
main = v2.x
|
||||
update = merge
|
||||
url = https://github.com/catchorg/Catch2.git
|
||||
[submodule "lib/json"]
|
||||
path = lib/json
|
||||
url = https://github.com/nlohmann/json.git
|
||||
master = master
|
||||
update = merge
|
||||
[submodule "lib/BayesNet"]
|
||||
path = lib/BayesNet
|
||||
url = git@github.com:rmontanana/BayesNet
|
||||
[submodule "lib/mdlp"]
|
||||
path = lib/mdlp
|
||||
url = git@github.com:rmontanana/mdlp
|
Reference in New Issue
Block a user