CMake: Fix failure due to BLE component dir move

pull/13566/head
Hugues Kamba 2020-08-11 18:34:04 +01:00
parent 933b1db1be
commit eb4102be48
5 changed files with 2 additions and 7 deletions

View File

@ -1,4 +0,0 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
mbed_add_cmake_directory_if_labels("COMPONENT")

View File

@ -1,6 +1,5 @@
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(BLE)
add_subdirectory(lora)
add_subdirectory(testing)

View File

@ -1,4 +1,4 @@
#! armcc -E
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
/* Default to no softdevice */
#if !defined(MBED_APP_START)

View File

@ -1,4 +1,4 @@
#! armcc -E
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
/* Default to no softdevice */
#if !defined(MBED_APP_START)