input_common: Fix libusb include on Arch

This commit is contained in:
lat9nq 2021-04-24 17:23:45 -04:00 committed by ameerj
parent 48fad3a903
commit 6a124bc317

View file

@ -34,4 +34,5 @@ endif()
create_target_directory_groups(input_common)
target_link_libraries(input_common PUBLIC core PRIVATE common ${Boost_LIBRARIES})
target_include_directories(input_common PRIVATE ${LIBUSB_INCLUDE_DIR})
target_link_libraries(input_common PUBLIC ${LIBUSB_LIBRARIES})