mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14899 from jeromecoutant/PR_WLE5
STM32WL: correct CMakeLists.txt for STM32WLE5xCfeature-ble-cordio-21.04
commit
cf54d36bfb
|
@ -2,6 +2,8 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
add_subdirectory(TARGET_STM32WL55xC EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(TARGET_STM32WLE5xC EXCLUDE_FROM_ALL)
|
||||
|
||||
add_subdirectory(STM32Cube_FW EXCLUDE_FROM_ALL)
|
||||
|
||||
add_library(mbed-stm32wl INTERFACE)
|
||||
|
|
Loading…
Reference in New Issue