Skip to content

Commit fea4e92

Browse files
authored
Merge pull request #14835 from ARMmbed/move_stubs_cellular_headers
Move stubs cellular headers
2 parents 69d1db9 + a60869d commit fea4e92

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+
PUBLIC
31+
.
32+
)
33+
2934
target_sources(mbed-stubs-cellular
3035
PRIVATE
3136
AT_CellularContext_stub.cpp

0 commit comments

Comments
 (0)