diff options
author | Alexandre Bouvier <[email protected]> | 2022-12-05 22:03:34 +0100 |
---|---|---|
committer | Alexandre Bouvier <[email protected]> | 2022-12-06 05:30:40 +0100 |
commit | f385175aa21f47b5f4830fcc65128b19ee46e2fe (patch) | |
tree | 093eec7642239bb4cfbea05121870191d2f181f7 /externals/libusb | |
parent | 7c68f93bdf77bf5d4944998b47b88fd875d2298a (diff) | |
download | yuzu-mainline-f385175aa21f47b5f4830fcc65128b19ee46e2fe.tar.gz yuzu-mainline-f385175aa21f47b5f4830fcc65128b19ee46e2fe.zip |
cmake: prefer system libusb
Diffstat (limited to 'externals/libusb')
-rw-r--r-- | externals/libusb/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/libusb/CMakeLists.txt b/externals/libusb/CMakeLists.txt index 3cb1b3687..6317ea807 100644 --- a/externals/libusb/CMakeLists.txt +++ b/externals/libusb/CMakeLists.txt @@ -273,3 +273,5 @@ else() # MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") configure_file(config.h.in config.h) endif() # MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") + +add_library(libusb::usb ALIAS usb) |