forked from wolfSSL/wolfssl
zephyr: fix CMakeLists.txt
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user