Skip to content

Commit ce76970

Browse files
committed
Add install-ability via [100%] Built target picotool
Install the project... -- Install configuration: "Debug" -- Installing: /usr/local/bin/picotool
1 parent 2cf86cf commit ce76970

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ else()
4040
)
4141
target_include_directories(picotool PRIVATE ${LIBUSB_INCLUDE_DIR})
4242
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)
4345
endif()

0 commit comments

Comments
 (0)