mbed-os/storage/blockdevice/COMPONENT_DATAFLASH/CMakeLists.txt

14 lines
297 B
CMake

# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
target_sources(mbed-storage-dataflash
INTERFACE
source/DataFlashBlockDevice.cpp
)
target_include_directories(mbed-storage-dataflash
INTERFACE
include
include/DataFlash
)