From ac637c6f67aef800902f6e20426ac3509cfe9670 Mon Sep 17 00:00:00 2001 From: whaffman Date: Fri, 6 Dec 2024 09:55:49 +0100 Subject: [PATCH] added libft and MLX42 as a submodule --- .gitmodules | 6 ++++++ lib/MLX42 | 1 + lib/libft | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 lib/MLX42 create mode 160000 lib/libft diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cc35fbf --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "lib/libft"] + path = lib/libft + url = git@duinvoetje.nl:willem/libft +[submodule "lib/MLX42"] + path = lib/MLX42 + url = https://github.com/codam-coding-college/MLX42.git diff --git a/lib/MLX42 b/lib/MLX42 new file mode 160000 index 0000000..7f95e70 --- /dev/null +++ b/lib/MLX42 @@ -0,0 +1 @@ +Subproject commit 7f95e70415705dcc723f94a2696aba84ed3756ad diff --git a/lib/libft b/lib/libft new file mode 160000 index 0000000..85580c0 --- /dev/null +++ b/lib/libft @@ -0,0 +1 @@ +Subproject commit 85580c0405e4b51040b0925149ad3625c88fa136