Newer
Older
mbed-os / storage / blockdevice / COMPONENT_SPIF / CMakeLists.txt
@Hugues Kamba Hugues Kamba on 6 Nov 2020 277 bytes CMake: Rename CMake targets
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_sources(mbed-storage-spif
    INTERFACE
        source/SPIFBlockDevice.cpp
)

target_include_directories(mbed-storage-spif
    INTERFACE
        include
        include/SPIF
)