Skip to content

Commit 5616537

Browse files
committed
CMake: Add MbedTLS dependency to LoRaWAN library
This way applications that need LoRaWAN do need to also add MbedTLS
1 parent 2e905a0 commit 5616537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

connectivity/lorawan/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ target_compile_definitions(mbed-lorawan
2626
target_link_libraries(mbed-lorawan
2727
INTERFACE
2828
mbed-events
29+
mbed-mbedtls
2930
)

0 commit comments

Comments
 (0)