diff --git a/CMakeLists.txt b/CMakeLists.txt index ff3e787..d6e41da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,8 @@ else() pico_platform_headers pico_usb_reset_interface_headers picoboot_connection_cxx - ${LIBUSB_LIBRARIES}) + ${LIBUSB_LIBRARIES} + ${PC_LIBUSB_LIBRARIES}) # allow `make install` install(TARGETS picotool RUNTIME DESTINATION bin) endif()