File tree Expand file tree Collapse file tree 9 files changed +36
-0
lines changed Expand file tree Collapse file tree 9 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ if (${MBED_BUILD_UNITTESTS} )
5
+ add_subdirectory (tests/UNITTESTS )
6
+ endif ()
7
+
4
8
add_subdirectory (source /framework )
5
9
6
10
target_include_directories (mbed-cellular
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ if (${MBED_BUILD_UNITTESTS} )
5
+ add_subdirectory (tests/UNITTESTS )
6
+ endif ()
7
+
4
8
add_subdirectory (lorastack )
5
9
add_subdirectory (system )
6
10
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ if (${MBED_BUILD_UNITTESTS} )
5
+ add_subdirectory (tests/UNITTESTS )
6
+ endif ()
7
+
4
8
# TODO CMake: Perhaps move this/these file(s) into connectivity/drivers/cellular
5
9
target_sources (mbed-cellular
6
10
INTERFACE
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ if (${MBED_BUILD_UNITTESTS} )
5
+ add_subdirectory (tests/UNITTESTS )
6
+ endif ()
7
+
4
8
target_include_directories (mbed-core
5
9
INTERFACE
6
10
.
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ if (${MBED_BUILD_UNITTESTS} )
5
+ add_subdirectory (tests/UNITTESTS )
6
+ endif ()
7
+
4
8
add_library (mbed-events INTERFACE )
5
9
6
10
target_include_directories (mbed-events
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ if (${MBED_BUILD_UNITTESTS} )
5
+ add_subdirectory (tests/UNITTESTS )
6
+ endif ()
7
+
4
8
# List of all optional platform libraries available.
5
9
add_library (mbed-psa INTERFACE )
6
10
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ if (${MBED_BUILD_UNITTESTS} )
5
+ add_subdirectory (tests/UNITTESTS )
6
+ endif ()
7
+
4
8
if ("DATAFLASH" IN_LIST MBED_TARGET_LABELS )
5
9
add_subdirectory (COMPONENT_DATAFLASH )
6
10
endif ()
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ if (${MBED_BUILD_UNITTESTS} )
5
+ add_subdirectory (tests/UNITTESTS )
6
+ endif ()
7
+
4
8
target_include_directories (mbed-storage-filesystemstore
5
9
INTERFACE
6
10
.
Original file line number Diff line number Diff line change 1
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
+ if (${MBED_BUILD_UNITTESTS} )
5
+ add_subdirectory (tests/UNITTESTS )
6
+ endif ()
7
+
4
8
target_include_directories (mbed-storage-tdbstore
5
9
INTERFACE
6
10
.
You can’t perform that action at this time.
0 commit comments