File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ list(APPEND CMAKE_MODULE_PATH
1717 "${mbed-os_SOURCE_DIR}/platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_TFM_LATEST/scripts;${mbed-os_SOURCE_DIR}/targets/TARGET_Cypress/scripts;${mbed-os_SOURCE_DIR}/targets/TARGET_NXP/scripts"
1818)
1919
20+ add_subdirectory (extern)
21+
2022option (BUILD_TESTING "Run unit tests only." OFF )
2123
2224if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2021 ARM Limited. All rights reserved.
2+ # SPDX-License-Identifier: Apache-2.0
3+
4+ include (FetchContent)
5+
6+ FetchContent_Declare(
7+ greentea-client
8+ GIT_REPOSITORY https://github.com/ARMmbed/greentea-client.git
9+ GIT_TAG b562f7b70f70dc5f6627da35d4b146fcdf5743f5
10+ )
11+
12+ FetchContent_MakeAvailable(greentea-client)
You can’t perform that action at this time.
0 commit comments