diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-07-09 16:56:56 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-07-09 17:26:54 +0200 |
commit | 48ff15602e89ee2b7946310dd343859d56795a67 (patch) | |
tree | f7a5d0e84ef975ee6cc2b17046b08fdd3f3cbe2b /src/input_common | |
parent | Merge pull request #4219 from ogniK5377/audio-timing (diff) | |
download | yuzu-48ff15602e89ee2b7946310dd343859d56795a67.tar yuzu-48ff15602e89ee2b7946310dd343859d56795a67.tar.gz yuzu-48ff15602e89ee2b7946310dd343859d56795a67.tar.bz2 yuzu-48ff15602e89ee2b7946310dd343859d56795a67.tar.lz yuzu-48ff15602e89ee2b7946310dd343859d56795a67.tar.xz yuzu-48ff15602e89ee2b7946310dd343859d56795a67.tar.zst yuzu-48ff15602e89ee2b7946310dd343859d56795a67.zip |
Diffstat (limited to 'src/input_common')
-rw-r--r-- | src/input_common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index 3bd76dd23..1d7e19a66 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt @@ -30,6 +30,7 @@ if(SDL2_FOUND) target_compile_definitions(input_common PRIVATE HAVE_SDL2) endif() +target_include_directories(input_common SYSTEM PUBLIC ${LIBUSB_INCLUDE_DIR}) target_link_libraries(input_common PUBLIC ${LIBUSB_LIBRARIES}) create_target_directory_groups(input_common) |