zephyr: fix CMakeLists.txt

This commit is contained in:
Maxime Vincent
2021-07-29 12:36:34 +02:00
parent 3f802d19e4
commit 7acbf61e53

View File

@ -1,3 +1,4 @@
if(CONFIG_WOLFSSL)
zephyr_interface_library_named(wolfSSL)
if(CONFIG_WOLFSSL_BUILTIN)
@ -121,3 +122,5 @@ else()
endif()
target_link_libraries(wolfSSL INTERFACE zephyr_interface)
endif()