File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 8
8
^connectivity/drivers/mbedtls
9
9
^connectivity/drivers/wifi/COMPONENT_WHD
10
10
^connectivity/mbedtls
11
+ ^extern
11
12
^features/frameworks
12
13
^connectivity/lwipstack/lwip
13
14
^connectivity/lwipstack/lwip-sys
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 08fdb8b68f99c523ee298dea6c93eedb60aef9a8
10
+ )
11
+
12
+ FetchContent_MakeAvailable (greentea-client )
You can’t perform that action at this time.
0 commit comments