From 0522f981f9c6e4a41f0c2bfef3f305b5aa35489f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jack=C2=B7Boos=C2=B7Yu?= <47264268+JackBoosY@users.noreply.github.com> Date: Tue, 25 Aug 2020 18:52:55 -0700 Subject: [libusb] Add vcpkg-cmake-wrapper (#13057) --- ports/libusb/usage | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ports/libusb/usage (limited to 'ports/libusb/usage') diff --git a/ports/libusb/usage b/ports/libusb/usage new file mode 100644 index 000000000..de236d46a --- /dev/null +++ b/ports/libusb/usage @@ -0,0 +1,5 @@ +The package @PORT@:@TARGET_TRIPLET@ provides CMake targets: + + find_package(@PORT@ CONFIG REQUIRED) + target_include_directories(main PRIVATE ${LIBUSB_INCLUDE_DIRS}) + target_link_libraries(main PRIVATE ${LIBUSB_LIBRARIES}) -- cgit v1.2.3