mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00:00
12 lines
328 B
CMake
12 lines
328 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_PREFIX@/lib@
|
|
includedir=@CMAKE_INSTALL_PREFIX@/include@
|
|
|
|
Name: libusb-1.0
|
|
Description: C API for USB device access from Linux, Mac OS X and Windows userspace
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lusb-1.0
|
|
Libs.private: @LIBUSB_LIB_DEPENDS@
|
|
Cflags: -I${includedir}/libusb-1.0
|
|
|