File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
platform/FEATURE_EXPERIMENTAL_API/FEATURE_PSA/TARGET_TFM/TARGET_TFM_LATEST Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ include(mbed_set_linker_script)
10
10
11
11
project (mbed-os )
12
12
13
+ # Add all paths to the list files within Mbed OS
14
+ list (APPEND CMAKE_MODULE_PATH
15
+ "${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"
16
+ )
17
+
13
18
add_library (mbed-core INTERFACE )
14
19
15
20
add_library (mbed-os INTERFACE )
Original file line number Diff line number Diff line change @@ -40,4 +40,3 @@ target_sources(mbed-psa
40
40
src/tfm_ps_ipc_api.c
41
41
)
42
42
43
- set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH} ;${CMAKE_CURRENT_SOURCE_DIR} /scripts" )
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH} ;${CMAKE_CURRENT_SOURCE_DIR} /scripts" )
5
-
6
4
add_subdirectory (TARGET_PSOC6 EXCLUDE_FROM_ALL )
7
5
8
6
add_library (mbed-cy-external-wifi-fw INTERFACE )
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- set (CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH} ;${CMAKE_CURRENT_SOURCE_DIR} /scripts" )
5
-
6
4
add_subdirectory (TARGET_LPC11XX_11CXX EXCLUDE_FROM_ALL )
7
5
add_subdirectory (TARGET_LPC176X EXCLUDE_FROM_ALL )
8
6
add_subdirectory (TARGET_MCUXpresso_MCUS EXCLUDE_FROM_ALL )
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
# Add our CMake list files to CMake default module path
5
- set ( CMAKE_MODULE_PATH " ${CMAKE_MODULE_PATH} ; ${ CMAKE_CURRENT_LIST_DIR}" )
5
+ list ( APPEND CMAKE_MODULE_PATH ${ CMAKE_CURRENT_LIST_DIR} )
6
6
7
7
find_program (CCACHE "ccache" )
8
8
if (CCACHE )
You can’t perform that action at this time.
0 commit comments