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

14 lines
281 B
CMake

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