Skip to content

Commit ad48cf4

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 and update CMake to include headers into mbed-stubs-cellular library to make cellular stubs to be self-contained
1 parent d0c4468 commit ad48cf4

File tree

7 files changed

+5
-0
lines changed

7 files changed

+5
-0
lines changed

connectivity/cellular/tests/UNITTESTS/doubles/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ target_compile_definitions(mbed-stubs-cellular
2626
MDMRXD=NC
2727
)
2828

29+
target_include_directories(mbed-stubs-cellular
30+
INTERFACE
31+
.
32+
)
33+
2934
target_sources(mbed-stubs-cellular
3035
PRIVATE
3136
AT_CellularContext_stub.cpp

0 commit comments

Comments
 (0)