[cmake] make TCP configurable with OT_TCP option (#7306)

This commit is contained in:
Eduardo Montoya
2022-01-18 11:31:39 -08:00
committed by GitHub
parent 45101c5955
commit 0b3f87c588
5 changed files with 14 additions and 3 deletions
+3 -1
View File
@@ -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()