Skip to content

Commit 46d4247

Browse files
committed
CMake: Move lorawan stub headers to the lorawan/tests/UNITTESTS/double dir
Previously all the lorawan stubs headers under mbed-stubs-headers, so this PR move all lorawan stubs headers under cellular/tests/UNITTESTS/double directory and update CMake to include stubs headers into mbed-stubs-lorawan library to make lorawan stubs to be self-contained
1 parent 728e183 commit 46d4247

File tree

6 files changed

+5
-0
lines changed

6 files changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ target_compile_definitions(mbed-stubs-lorawan
2020
MBED_CONF_LORA_TX_MAX_SIZE=255
2121
)
2222

23+
target_include_directories(mbed-stubs-lorawan
24+
PUBLIC
25+
.
26+
)
27+
2328
target_sources(mbed-stubs-lorawan
2429
PRIVATE
2530
LoRaMacChannelPlan_stub.cpp

0 commit comments

Comments
 (0)