diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-26 18:10:28 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-09-26 18:10:28 +0200 |
commit | 40e7ca4c71a5777ead1699a7264cb39606504596 (patch) | |
tree | f585dfd45d8e2177ec1d12b746d6e845375002df /.gitmodules | |
parent | Bookmarks: remove debug defines (diff) | |
download | smolbote-40e7ca4c71a5777ead1699a7264cb39606504596.tar.xz |
Add breakpad submodule
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..17d12ff --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "3rd-party/breakpad/breakpad.git"] + path = 3rd-party/breakpad/breakpad.git + url = https://chromium.googlesource.com/breakpad/breakpad |