diff options
author | Alexandre Bouvier <contact@amb.tf> | 2023-03-01 21:31:27 +0100 |
---|---|---|
committer | Alexandre Bouvier <contact@amb.tf> | 2023-05-24 04:57:04 +0200 |
commit | 9c3c7ec009ff4d4b006222328736fa0f66d5598a (patch) | |
tree | 56069ecf330c58e165b93bb508761146792df078 /externals/libusb/CMakeLists.txt | |
parent | Merge pull request #10422 from liamwhite/gc (diff) | |
download | yuzu-9c3c7ec009ff4d4b006222328736fa0f66d5598a.tar yuzu-9c3c7ec009ff4d4b006222328736fa0f66d5598a.tar.gz yuzu-9c3c7ec009ff4d4b006222328736fa0f66d5598a.tar.bz2 yuzu-9c3c7ec009ff4d4b006222328736fa0f66d5598a.tar.lz yuzu-9c3c7ec009ff4d4b006222328736fa0f66d5598a.tar.xz yuzu-9c3c7ec009ff4d4b006222328736fa0f66d5598a.tar.zst yuzu-9c3c7ec009ff4d4b006222328736fa0f66d5598a.zip |
Diffstat (limited to '')
-rw-r--r-- | externals/libusb/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/libusb/CMakeLists.txt b/externals/libusb/CMakeLists.txt index 6317ea807..6757b59da 100644 --- a/externals/libusb/CMakeLists.txt +++ b/externals/libusb/CMakeLists.txt @@ -122,7 +122,7 @@ else() # MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") add_compile_options(/utf-8) endif() - add_library(usb STATIC EXCLUDE_FROM_ALL + add_library(usb libusb/libusb/core.c libusb/libusb/core.c libusb/libusb/descriptor.c |