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