Newer
Older
mbed-os / connectivity / nfc / libraries / stack / CMakeLists.txt
@Hugues Kamba Hugues Kamba on 6 Nov 2020 450 bytes CMake: Rename CMake targets
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

add_subdirectory(tech)
add_subdirectory(transceiver)

target_include_directories(mbed-nfc
    INTERFACE
        ${CMAKE_CURRENT_SOURCE_DIR}
        ${CMAKE_CURRENT_SOURCE_DIR}/ndef
        ${CMAKE_CURRENT_SOURCE_DIR}/platform
)

target_sources(mbed-nfc
    INTERFACE
        ndef/ndef.c

        platform/nfc_scheduler.c
        platform/nfc_transport.c
)