Add libusb dependency
This commit is contained in:
parent
0248614add
commit
18a42d3815
|
@ -34,3 +34,6 @@
|
||||||
[submodule "xbyak"]
|
[submodule "xbyak"]
|
||||||
path = externals/xbyak
|
path = externals/xbyak
|
||||||
url = https://github.com/herumi/xbyak.git
|
url = https://github.com/herumi/xbyak.git
|
||||||
|
[submodule "externals/libusb"]
|
||||||
|
path = externals/libusb
|
||||||
|
url = https://github.com/ameerj/libusb
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c5085fc4eb1a83e6a8921a43b8d77f162b9e3b41
|
Reference in New Issue