mbed-os/storage/platform/CMakeLists.txt

8 lines
166 B
CMake

# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
target_sources(mbed-os
PRIVATE
source/PlatformStorage.cpp
)