We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf86cf commit ce76970Copy full SHA for ce76970
CMakeLists.txt
@@ -40,4 +40,6 @@ else()
40
)
41
target_include_directories(picotool PRIVATE ${LIBUSB_INCLUDE_DIR})
42
target_link_libraries(picotool pico_binary_info boot_uf2_headers boot_picoboot_headers pico_platform_headers picoboot_connection_cxx ${LIBUSB_LIBRARIES})
43
+ # allow `make install`
44
+ install(TARGETS picotool)
45
endif()
0 commit comments