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

14 lines
281 B
CMake

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