Add subtarget_init files to cmake

pull/14325/head
George Beckstein 2021-02-25 10:34:42 -05:00
parent 0212fde7fb
commit d00699c70f
2 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,7 @@ target_sources(mbed-nrf52
serial_api.c
sleep.c
spi_api.c
subtarget_init.c
trng_api.c
us_ticker.c
watchdog_api.c

View File

@ -25,6 +25,13 @@ target_include_directories(mbed-ep-atlas
TARGET_EP_ATLAS
)
target_sources(mbed-ep-atlas
INTERFACE
TARGET_EP_ATLAS/ONBOARD_TELIT_ME310.cpp
TARGET_EP_ATLAS/usb_stdio.cpp
TARGET_EP_ATLAS/atlas_init.c
)
target_include_directories(mbed-nrf52840-dk
INTERFACE
TARGET_NRF52840_DK