mbed-os/targets/TARGET_ARM_FM/CMakeLists.txt

12 lines
246 B
CMake

# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if("FVP_MPS2" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_FVP_MPS2)
endif()
target_include_directories(mbed-core
INTERFACE
.
)