File tree 2 files changed +14
-0
lines changed
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
17
17
"${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"
18
18
)
19
19
20
+ add_subdirectory (extern)
21
+
20
22
option (BUILD_TESTING "Run unit tests only." OFF )
21
23
22
24
if (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 472aad2327fbfde827852fc44775904706847a3a
10
+ )
11
+
12
+ FetchContent_MakeAvailable(greentea-client)
You can’t perform that action at this time.
0 commit comments