Skip to content

Commit

Permalink
cmake: mbedtls interface
Browse files Browse the repository at this point in the history
Added mbedtls interface library link dependency to zephyr_interface to
ensure correct propagation of mbedtls interface properties, such as
includes and config file.

Signed-off-by: Torsten Rasmussen <torsten.rasmussen@nordicsemi.no>
  • Loading branch information
tejlmand committed Dec 6, 2018
1 parent 52ddad6 commit a06575c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/lib/crypto/mbedtls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ else()
endif()

target_link_libraries(mbedTLS INTERFACE zephyr_interface)
target_link_libraries(zephyr_interface INTERFACE mbedTLS)

0 comments on commit a06575c

Please sign in to comment.