mirror of https://github.com/ARMmbed/mbed-os.git
19 lines
349 B
CMake
19 lines
349 B
CMake
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
target_include_directories(mbed-storage-fat
|
|
INTERFACE
|
|
.
|
|
./include
|
|
./include/fat
|
|
./ChaN
|
|
)
|
|
|
|
target_sources(mbed-storage-fat
|
|
INTERFACE
|
|
source/FATFileSystem.cpp
|
|
|
|
ChaN/ff.cpp
|
|
ChaN/ffunicode.cpp
|
|
)
|