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

target_include_directories(mbed-os-nfc
    INTERFACE
        ${CMAKE_CURRENT_SOURCE_DIR}
)

target_sources(mbed-os-nfc
    INTERFACE
        transceiver.c
)