Skip to content

Commit 39f8b2f

Browse files
committed
CMake: Move cellular stub headers to the cellular/tests/UNITTESTS/double dir
Previously all the stubs headers under mbed-stubs-headers, so this PR move all cellular stubs headers under cellular/tests/UNITTESTS/double directory with new mbed-stubs-cellular-headers library to make cellular stubs to be self-contained
1 parent 8902a0c commit 39f8b2f

File tree

8 files changed

+10
-0
lines changed

8 files changed

+10
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright (c) 2021 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
add_subdirectory(doubles)
45
add_subdirectory(framework)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (c) 2021 ARM Limited. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
add_library(mbed-stubs-cellular-headers INTERFACE)
5+
6+
target_include_directories(mbed-stubs-cellular-headers
7+
INTERFACE
8+
.
9+
)

0 commit comments

Comments
 (0)