Newer
Older
mbed-os / connectivity / drivers / 802.15.4_RF / TARGET_Freescale / TARGET_KW41Z / CMakeLists.txt
@Jamie Smith Jamie Smith on 14 Sep 2022 240 bytes Convert 802.15.4 and nfc to STATIC
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_include_directories(mbed-802.15.4-rf
    PUBLIC
        .
)

target_sources(mbed-802.15.4-rf
    PRIVATE
        NanostackRfPhyKw41z.cpp
)