mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
revert use of pico_add_library in pico_usb_reset_interface which is used by picotool and included directly as _headers library by SDK anyway (#1230)
This commit is contained in:
parent
cc169ddd68
commit
5eff1726c2
1 changed files with 5 additions and 1 deletions
|
|
@ -1,2 +1,6 @@
|
|||
pico_add_library(pico_usb_reset_interface NOFLAG)
|
||||
# don't use pico_add_library here as picotool includes it directly
|
||||
add_library(pico_usb_reset_interface_headers INTERFACE)
|
||||
add_library(pico_usb_reset_interface INTERFACE)
|
||||
target_link_libraries(pico_usb_reset_interface INTERFACE pico_usb_reset_interface_headers)
|
||||
|
||||
target_include_directories(pico_usb_reset_interface_headers INTERFACE ${CMAKE_CURRENT_LIST_DIR}/include)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue