mirror of https://github.com/ARMmbed/mbed-os.git
12 lines
246 B
CMake
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
|
||
|
.
|
||
|
)
|