mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
set PICO_TINYUSB_PATH for when building from within tinyusb without pico-sdk/tinyusb submodule
This commit is contained in:
parent
5d161b79bb
commit
13951b43c2
@ -20,6 +20,10 @@ if (NOT TARGET _rp2040_family_inclusion_marker)
|
||||
set(TOP "../../..")
|
||||
get_filename_component(TOP "${TOP}" REALPATH)
|
||||
|
||||
if (NOT PICO_TINYUSB_PATH)
|
||||
set(PICO_TINYUSB_PATH ${TOP})
|
||||
endif()
|
||||
|
||||
# tinyusb_additions will hold our extra settings libraries
|
||||
add_library(tinyusb_additions INTERFACE)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user