mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:19:01 +08:00
4d84733f48
Co-authored-by: Nick D'Ademo <dademo.n@duerr-ndt.com> Co-authored-by: Kai Pastor <dg0yt@darc.de>
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
libusbp provides pkg-config modules:
|
|
|
|
# Library for accessing USB devices.
|
|
libusbp
|
|
|
|
libusbp provides CMake targets:
|
|
|
|
find_package(unofficial-libusbp CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE unofficial::libusbp::libusbp)
|