mirror of https://github.com/ARMmbed/mbed-os.git
20 lines
356 B
CMake
20 lines
356 B
CMake
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
target_include_directories(mbed-nfc
|
|
INTERFACE
|
|
./iso7816
|
|
./isodep
|
|
./type4
|
|
)
|
|
|
|
target_sources(mbed-nfc
|
|
INTERFACE
|
|
iso7816/iso7816.c
|
|
iso7816/iso7816_app.c
|
|
|
|
isodep/isodep_target.c
|
|
|
|
type4/type4_target.c
|
|
)
|