mbed-os/targets/TARGET_Freescale/CMakeLists.txt

17 lines
355 B
CMake
Raw Normal View History

2020-07-20 17:12:23 +00:00
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if("MCUXpresso_MCUS" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_MCUXpresso_MCUS)
endif()
target_include_directories(mbed-core
INTERFACE
2020-07-20 17:12:23 +00:00
${CMAKE_CURRENT_SOURCE_DIR}
)
target_sources(mbed-core
INTERFACE
2020-07-20 17:12:23 +00:00
USBPhy_Kinetis.cpp
)