Ai
1 Star 0 Fork 1

mbed-ce/mbed-os

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 625 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if(MBED_ENABLE_OS_INTERNAL_TESTS)
if(MBED_BUILD_GREENTEA_TESTS)
add_subdirectory(tests/TESTS)
else()
add_subdirectory(tests/UNITTESTS)
endif()
endif()
if("EXPERIMENTAL_API" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(FEATURE_EXPERIMENTAL_API)
endif()
add_subdirectory(cxxsupport)
add_subdirectory(mbed-trace)
add_subdirectory(randlib)
add_subdirectory(source)
target_include_directories(mbed-core-flags
INTERFACE
include
include/platform
include/platform/internal
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mbed_ce/mbed-os.git
git@gitee.com:mbed_ce/mbed-os.git
mbed_ce
mbed-os
mbed-os
master

搜索帮助