mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
examples: use new component registration api
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
set(COMPONENT_SRCS "connect.c"
|
||||
"stdin_out.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||||
|
||||
register_component()
|
||||
idf_component_register(SRCS "connect.c" "stdin_out.c"
|
||||
INCLUDE_DIRS "include")
|
||||
|
Reference in New Issue
Block a user