mbed-os/hal/TARGET_FLASH_CMSIS_ALGO/CMakeLists.txt

13 lines
227 B
CMake

# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
target_include_directories(mbed-core
INTERFACE
.
)
target_sources(mbed-core
INTERFACE
flash_common_algo.c
)