mbed-os/storage/filesystem/fat/CMakeLists.txt

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
)