mbed-os/targets/CMakeLists.txt

11 lines
347 B
CMake
Raw Normal View History

# Copyright (c) 2020 ARM Limited. All rights reserved.
2020-07-20 17:12:23 +00:00
# SPDX-License-Identifier: Apache-2.0
if("Freescale" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_Freescale)
elseif("NORDIC" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_NORDIC)
elseif("STM" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_STM)
endif()