mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-19 21:43:36 -04:00
Link with udev
While it works fine to link with udev later, the build will break if you use more extreme linker flags with undefined references to libudev.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
add_library(hidapi-hidraw hid.c)
|
||||
target_link_libraries(hidapi-hidraw udev)
|
||||
|
||||
Reference in New Issue
Block a user