mirror of https://github.com/ARMmbed/mbed-os.git
CMake: Fix access to cellular drivers
parent
c876bc1d75
commit
76fd50a547
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
mbed_add_cmake_directory_if_labels("")
|
||||
add_subdirectory(PPP)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
mbed_add_cmake_directory_if_labels("")
|
||||
add_subdirectory(ALT1250)
|
||||
|
|
|
@ -2,4 +2,17 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
mbed_add_cmake_directory_if_labels("COMPONENT")
|
||||
mbed_add_cmake_directory_if_labels("")
|
||||
|
||||
add_subdirectory(Altair)
|
||||
add_subdirectory(GEMALTO)
|
||||
add_subdirectory(GENERIC)
|
||||
add_subdirectory(MultiTech)
|
||||
add_subdirectory(QUECTEL)
|
||||
add_subdirectory(RiotMicro)
|
||||
add_subdirectory(TELIT)
|
||||
add_subdirectory(UBLOX)
|
||||
|
||||
target_include_directories(mbed-os
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
mbed_add_cmake_directory_if_labels("")
|
||||
add_subdirectory(CINTERION)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
mbed_add_cmake_directory_if_labels("")
|
||||
add_subdirectory(GENERIC_AT3GPP)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
mbed_add_cmake_directory_if_labels("")
|
||||
add_subdirectory(DragonflyNano)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
mbed_add_cmake_directory_if_labels("")
|
||||
add_subdirectory(PPP)
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
mbed_add_cmake_directory_if_labels("")
|
||||
add_subdirectory(BC95)
|
||||
add_subdirectory(BG96)
|
||||
add_subdirectory(EC2X)
|
||||
add_subdirectory(M26)
|
||||
add_subdirectory(UG96)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
mbed_add_cmake_directory_if_labels("")
|
||||
add_subdirectory(AT)
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
mbed_add_cmake_directory_if_labels("")
|
||||
add_subdirectory(HE910)
|
||||
add_subdirectory(ME310)
|
||||
add_subdirectory(ME910)
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
mbed_add_cmake_directory_if_labels("")
|
||||
add_subdirectory(AT)
|
||||
add_subdirectory(N2XX)
|
||||
add_subdirectory(PPP)
|
||||
|
|
Loading…
Reference in New Issue