diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-09-20 14:57:15 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | 3f117ba513d7f8ec8244103174f8635df7bd379b (patch) | |
tree | fb4d975158a733bae1f11ec399a667e1cc9dfd0f /.gitmodules | |
parent | 078fe50351224d28592f1b2907585bd4fa551adf (diff) |
Use ninja library to generate build instead of raw string
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..9f3d5bc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "depends/libninja"] + path = depends/libninja + url = https://gitlab.com/DEC05EBA/libninja.git |