diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-19 10:17:42 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-19 10:17:42 +0200 |
| commit | 31eb508f29c88c4468c0b83616561a08521a1878 (patch) | |
| tree | 83a84bb609e712fd9a6e049d7e5ebf1e31997aa4 | |
| parent | 99a1f843ea210320d0505d64aa046ac13f554ccc (diff) | |
feat: add `ocl` library.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | vendor/ocl | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4fe6522 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/ocl"] + path = vendor/ocl + url = git@github.com:amlel-el-mahrouss/ocl.git diff --git a/vendor/ocl b/vendor/ocl new file mode 160000 +Subproject b06170354225f19271627df11525857fa34a38e |
