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.
This commit is contained in:
Lioncash 2020-08-25 22:21:32 -04:00
parent 58ee9b4197
commit 045255a0a0
4 changed files with 241 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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