mirror of https://github.com/ARMmbed/mbed-os.git
Add internal subfolder to USBDriver's CMakelists
To build USB Drivers for targets which have USBDevice attribute, subfolder added as header file path.pull/14071/head
parent
7f538a4831
commit
9eec40873b
|
@ -7,6 +7,7 @@ target_include_directories(mbed-usb
|
|||
INTERFACE
|
||||
include
|
||||
include/usb
|
||||
include/usb/internal
|
||||
)
|
||||
|
||||
target_sources(mbed-usb
|
||||
|
|
Loading…
Reference in New Issue