diff options
| author | 2022-12-05 22:03:34 +0100 | |
|---|---|---|
| committer | 2022-12-06 05:30:40 +0100 | |
| commit | f385175aa21f47b5f4830fcc65128b19ee46e2fe (patch) | |
| tree | 093eec7642239bb4cfbea05121870191d2f181f7 /src | |
| parent | Merge pull request #9385 from Morph1984/dynarmic-ver (diff) | |
| download | yuzu-f385175aa21f47b5f4830fcc65128b19ee46e2fe.tar.gz yuzu-f385175aa21f47b5f4830fcc65128b19ee46e2fe.tar.xz yuzu-f385175aa21f47b5f4830fcc65128b19ee46e2fe.zip | |
cmake: prefer system libusb
Diffstat (limited to 'src')
| -rw-r--r-- | src/input_common/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index e41da2726..2c9e1d359 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -64,10 +64,8 @@ if (ENABLE_SDL2) | |||
| 64 | target_compile_definitions(input_common PRIVATE HAVE_SDL2) | 64 | target_compile_definitions(input_common PRIVATE HAVE_SDL2) |
| 65 | endif() | 65 | endif() |
| 66 | 66 | ||
| 67 | target_link_libraries(input_common PRIVATE usb) | ||
| 68 | |||
| 69 | create_target_directory_groups(input_common) | 67 | create_target_directory_groups(input_common) |
| 70 | target_link_libraries(input_common PUBLIC core PRIVATE common Boost::boost) | 68 | target_link_libraries(input_common PUBLIC core PRIVATE common Boost::boost libusb::usb) |
| 71 | 69 | ||
| 72 | if (YUZU_USE_PRECOMPILED_HEADERS) | 70 | if (YUZU_USE_PRECOMPILED_HEADERS) |
| 73 | target_precompile_headers(input_common PRIVATE precompiled_headers.h) | 71 | target_precompile_headers(input_common PRIVATE precompiled_headers.h) |