mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 20:35:08 +02:00
examples: use new component registration api
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
set(COMPONENT_SRCS "tcp_client.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
register_component()
|
||||
idf_component_register(SRCS "tcp_client.c"
|
||||
INCLUDE_DIRS ".")
|
||||
Reference in New Issue
Block a user