diff options
author | HampusM <hampus@hampusmat.com> | 2021-12-20 20:25:28 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-12-20 20:25:28 +0100 |
commit | eaa511ab5af6ce7e526d9d3106154b4d7272b704 (patch) | |
tree | 7f11fc10a80b907daa36407e634658ce84f28af0 /.gitmodules | |
parent | e31634ad3ea43f49ee6ad2ef54efdb7ed8700caa (diff) |
build: add gitmodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a394bf9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libraries/GY521"] + path = libraries/GY521 + url = https://github.com/RobTillaart/GY521 |