diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 22:19:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 22:19:27 +0100 |
| commit | 3b165fe7d4d6348a46356d0d1f2a7efb76308e95 (patch) | |
| tree | f0ee537ef0aebab6c1724f3f20e3dcb7d19d53f9 /.gitmodules | |
chore: new super-project for OCL.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6aa4641 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "libs/core"] + path = libs/core + url = https://github.com/ocl-org/core.git +[submodule "libs/fix"] + path = libs/fix + url = https://github.com/ocl-org/fix.git |
