feat(example): add example common components cmake requires

This commit is contained in:
Dong Heng
2019-11-19 17:44:33 +08:00
parent 212e739a6d
commit acc0851e0b

View File

@ -1,2 +1,3 @@
idf_component_register(SRCS "connect.c" "stdin_out.c"
INCLUDE_DIRS "include")
INCLUDE_DIRS "include"
REQUIRES "tcpip_adapter")