Newer
Older
mbed-os / storage / blockdevice / COMPONENT_FLASHIAP / CMakeLists.txt
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_include_directories(mbed-os-storage-flashiap
    INTERFACE
        include
        include/FlashIAP
)

target_sources(mbed-os-storage-flashiap
    INTERFACE
        source/FlashIAPBlockDevice.cpp
)