mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
examples: use new component registration api
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
set(COMPONENT_SRCS "mesh_light.c"
|
||||
"mesh_main.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "." "include")
|
||||
|
||||
register_component()
|
||||
idf_component_register(SRCS "mesh_light.c"
|
||||
"mesh_main.c"
|
||||
INCLUDE_DIRS "." "include")
|
||||
|
||||
Reference in New Issue
Block a user