Files
concrete/.gitmodules
2023-03-06 13:53:48 +01:00

12 lines
478 B
Plaintext

[submodule "llvm-project"]
path = third_party/llvm-project
url = git@github.com:zama-ai/concrete-compiler-internal-llvm-project.git
shallow = true
[submodule "compiler/concrete-core"]
path = compilers/concrete-compiler/compiler/concrete-core
url = git@github.com:zama-ai/concrete-core.git
shallow = true
[submodule "compiler/parameter-curves"]
path = compilers/concrete-compiler/compiler/parameter-curves
url = git@github.com:zama-ai/parameter-curves.git
shallow = true