diff options
author | Lioncash <mathew1800@gmail.com> | 2020-08-25 22:21:32 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-08-26 02:45:11 -0400 |
commit | 045255a0a00acc13c4d266fc63d2cb7e304eddaa (patch) | |
tree | d77607ab5cb864c71ca475a9bb5fba8365f48fef /.gitmodules | |
parent | 58ee9b4197d457cd8876c101fb833e21a479245c (diff) |
externals: Track upstream libusb
We can place the external in an inner folder and manage the custom files
necessary to integrate it with CMake directly. This allows us to
directly change how we use it with our build system, as opposed to
needing to change a fork.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6fa823c1c..9d9356151 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,6 +16,9 @@ [submodule "libressl"] path = externals/libressl url = https://github.com/citra-emu/ext-libressl-portable.git +[submodule "libusb"] + path = externals/libusb/libusb + url = https://github.com/libusb/libusb.git [submodule "discord-rpc"] path = externals/discord-rpc url = https://github.com/discordapp/discord-rpc.git |