mirror of
https://github.com/espressif/openthread.git
synced 2026-09-08 02:00:12 +00:00
[cmake] make TCP configurable with OT_TCP option (#7306)
This commit is contained in:
Vendored
+3
-1
@@ -30,4 +30,6 @@ if(NOT OT_EXTERNAL_MBEDTLS)
|
||||
add_subdirectory(mbedtls)
|
||||
endif()
|
||||
|
||||
add_subdirectory(tcplp)
|
||||
if(NOT OT_EXCLUDE_TCPLP_LIB)
|
||||
add_subdirectory(tcplp)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user