diff options
| author | 2022-12-06 09:58:37 -0500 | |
|---|---|---|
| committer | 2022-12-06 09:58:37 -0500 | |
| commit | e86e144a7c3a6039f1262b53e6f56ccdb9ce3cc0 (patch) | |
| tree | e2a5afc9febee986ad1f1e1f565e10d13cb887d9 /src/input_common | |
| parent | Merge pull request #9394 from lioncash/translate (diff) | |
| parent | cmake: prefer system libusb (diff) | |
| download | yuzu-e86e144a7c3a6039f1262b53e6f56ccdb9ce3cc0.tar.gz yuzu-e86e144a7c3a6039f1262b53e6f56ccdb9ce3cc0.tar.xz yuzu-e86e144a7c3a6039f1262b53e6f56ccdb9ce3cc0.zip | |
Merge pull request #9387 from abouvier/cmake-libusb
cmake: prefer system libusb
Diffstat (limited to 'src/input_common')
| -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) |