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
Ahmet Alincak 2020-12-18 13:54:49 +03:00
parent 7f538a4831
commit 9eec40873b
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ target_include_directories(mbed-usb
INTERFACE
include
include/usb
include/usb/internal
)
target_sources(mbed-usb