mirror of https://github.com/ARMmbed/mbed-os.git
12 lines
278 B
CMake
12 lines
278 B
CMake
|
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
add_subdirectory(cxxsupport)
|
||
|
add_subdirectory(source)
|
||
|
|
||
|
target_include_directories(mbed-os
|
||
|
PUBLIC
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}
|
||
|
${CMAKE_CURRENT_SOURCE_DIR}/internal
|
||
|
)
|