From acc0851e0b94e6569e17e84dc34652534f969508 Mon Sep 17 00:00:00 2001 From: Dong Heng Date: Tue, 19 Nov 2019 17:44:33 +0800 Subject: [PATCH] feat(example): add example common components cmake requires --- .../common_components/protocol_examples_common/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/common_components/protocol_examples_common/CMakeLists.txt b/examples/common_components/protocol_examples_common/CMakeLists.txt index 0ccb219b..ccc2e0d3 100644 --- a/examples/common_components/protocol_examples_common/CMakeLists.txt +++ b/examples/common_components/protocol_examples_common/CMakeLists.txt @@ -1,2 +1,3 @@ idf_component_register(SRCS "connect.c" "stdin_out.c" - INCLUDE_DIRS "include") + INCLUDE_DIRS "include" + REQUIRES "tcpip_adapter")