diff options
| author | 2023-05-28 13:17:50 -0400 | |
|---|---|---|
| committer | 2023-05-28 13:17:50 -0400 | |
| commit | 09743fa6814746a24bec0c438ed2ed0c0a6dd2d1 (patch) | |
| tree | 517134ef01ee11f9e42a1cbdd277a3ee201bdba2 /externals/libusb | |
| parent | Merge pull request #10463 from liamwhite/this-is-why-we-need-g (diff) | |
| parent | cmake: apply defaults to all externals (diff) | |
| download | yuzu-09743fa6814746a24bec0c438ed2ed0c0a6dd2d1.tar.gz yuzu-09743fa6814746a24bec0c438ed2ed0c0a6dd2d1.tar.xz yuzu-09743fa6814746a24bec0c438ed2ed0c0a6dd2d1.zip | |
Merge pull request #10376 from abouvier/cmake-default
cmake: apply defaults to all externals
Diffstat (limited to 'externals/libusb')
| -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") | |||
| 122 | add_compile_options(/utf-8) | 122 | add_compile_options(/utf-8) |
| 123 | endif() | 123 | endif() |
| 124 | 124 | ||
| 125 | add_library(usb STATIC EXCLUDE_FROM_ALL | 125 | add_library(usb |
| 126 | libusb/libusb/core.c | 126 | libusb/libusb/core.c |
| 127 | libusb/libusb/core.c | 127 | libusb/libusb/core.c |
| 128 | libusb/libusb/descriptor.c | 128 | libusb/libusb/descriptor.c |