Skip to content

Commit 6679ab5

Browse files
committed
- CMake: add missing mbedtls libraries in shared library target
1 parent a139611 commit 6679ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hal/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ ENDIF(UNIX)
203203

204204
IF(CONFIG_USE_EXTERNAL_MBEDTLS_DYNLIB)
205205
target_link_libraries(hal mbedcrypto mbedx509 mbedtls)
206+
target_link_libraries(hal-shared mbedcrypto mbedx509 mbedtls)
206207
ENDIF(CONFIG_USE_EXTERNAL_MBEDTLS_DYNLIB)
207208

208209
IF(MINGW)

0 commit comments

Comments
 (0)