mirror of https://github.com/ARMmbed/mbed-os.git
18 lines
667 B
CMake
18 lines
667 B
CMake
# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_library(mbed-802.15.4-rf INTERFACE)
|
|
add_library(mbed-wifi INTERFACE)
|
|
add_subdirectory(FEATURE_BLE EXCLUDE_FROM_ALL)
|
|
add_subdirectory(cellular EXCLUDE_FROM_ALL)
|
|
add_subdirectory(libraries EXCLUDE_FROM_ALL)
|
|
add_subdirectory(lorawan EXCLUDE_FROM_ALL)
|
|
add_subdirectory(lwipstack EXCLUDE_FROM_ALL)
|
|
add_subdirectory(mbedtls EXCLUDE_FROM_ALL)
|
|
add_subdirectory(nanostack EXCLUDE_FROM_ALL)
|
|
add_subdirectory(netsocket EXCLUDE_FROM_ALL)
|
|
add_subdirectory(nfc EXCLUDE_FROM_ALL)
|
|
|
|
# Drivers to be the last due to dependencies between stacks and drivers
|
|
add_subdirectory(drivers)
|