mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14835 from ARMmbed/move_stubs_cellular_headers
Move stubs cellular headerspull/14887/head
commit
fea4e928d0
|
@ -26,6 +26,11 @@ target_compile_definitions(mbed-stubs-cellular
|
|||
MDMRXD=NC
|
||||
)
|
||||
|
||||
target_include_directories(mbed-stubs-cellular
|
||||
PUBLIC
|
||||
.
|
||||
)
|
||||
|
||||
target_sources(mbed-stubs-cellular
|
||||
PRIVATE
|
||||
AT_CellularContext_stub.cpp
|
||||
|
|
Loading…
Reference in New Issue