Skip to content

Commit

Permalink
Use submodules for missing third_party libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sparist authored and sorinj committed Oct 21, 2021
1 parent 83c5050 commit 9ae033a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,4 @@
omaha/common/omaha_customization_proxy_clsid.h
omaha/proxy_clsids.txt
omaha/scons-out/
third_party/breakpad/
third_party/googletest/
third_party/libzip/
third_party/lzma/files/**/obj/
third_party/zlib/
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "third_party/breakpad"]
path = third_party/breakpad
url = https://github.com/google/breakpad.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/libzip"]
path = third_party/libzip
url = https://github.com/nih-at/libzip.git
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib.git
1 change: 1 addition & 0 deletions third_party/breakpad
Submodule breakpad added at bc7dda
1 change: 1 addition & 0 deletions third_party/googletest
Submodule googletest added at 47f819
1 change: 1 addition & 0 deletions third_party/libzip
Submodule libzip added at 66e496
1 change: 1 addition & 0 deletions third_party/zlib
Submodule zlib added at cacf7f

0 comments on commit 9ae033a

Please sign in to comment.