mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
|
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})
|