mirror of https://github.com/ARMmbed/mbed-os.git
17 lines
355 B
CMake
17 lines
355 B
CMake
# 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
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
)
|
|
|
|
target_sources(mbed-core
|
|
INTERFACE
|
|
USBPhy_Kinetis.cpp
|
|
)
|