Newer
Older
mbed-os / connectivity / drivers / lora / CMakeLists.txt
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

if("SX126X" IN_LIST MBED_TARGET_LABELS)
    add_subdirectory(COMPONENT_SX126X)
endif()

if("SX1272" IN_LIST MBED_TARGET_LABELS)
    add_subdirectory(COMPONENT_SX1272)
endif()

if("SX1276" IN_LIST MBED_TARGET_LABELS)
    add_subdirectory(COMPONENT_SX1276)
endif()