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

14 lines
293 B
CMake

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