Skip to content

Commit bedd572

Browse files
authored
Merge pull request #14486 from jeromecoutant/PR_CLI2_BLE
CMake COMPONENT_BlueNRG_MS: fix mbed-ble
2 parents 68eff87 + 57ce710 commit bedd572

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

connectivity/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# List of all connectivity libraries available.
55
add_library(mbed-802.15.4-rf INTERFACE)
66
add_library(mbed-ble INTERFACE)
7-
add_library(mbed-ble-blue_nrg INTERFACE)
87
add_library(mbed-ble-cordio INTERFACE)
98
add_library(mbed-ble-cordio_ll INTERFACE)
109
add_library(mbed-cellular INTERFACE)
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
target_sources(mbed-ble-blue_nrg
4+
target_include_directories(mbed-ble
55
INTERFACE
6-
BlueNrgMsHCIDriver.cpp
6+
.
77
)
88

9-
target_link_libraries(mbed-ble-blue_nrg
9+
target_sources(mbed-ble
1010
INTERFACE
11-
mbed-ble
11+
BlueNrgMsHCIDriver.cpp
1212
)

0 commit comments

Comments
 (0)