add explcit dependency
This commit is contained in:
@@ -133,7 +133,10 @@ target_sources(tinyusb_bsp INTERFACE
|
|||||||
target_include_directories(tinyusb_bsp INTERFACE
|
target_include_directories(tinyusb_bsp INTERFACE
|
||||||
${TOP}/hw
|
${TOP}/hw
|
||||||
)
|
)
|
||||||
target_link_libraries(tinyusb_bsp INTERFACE pico_unique_id)
|
target_link_libraries(tinyusb_bsp INTERFACE
|
||||||
|
pico_unique_id
|
||||||
|
hardware_clocks
|
||||||
|
)
|
||||||
|
|
||||||
# tinyusb_additions will hold our extra settings for examples
|
# tinyusb_additions will hold our extra settings for examples
|
||||||
add_library(tinyusb_additions INTERFACE)
|
add_library(tinyusb_additions INTERFACE)
|
||||||
|
Reference in New Issue
Block a user