mirror of
https://github.com/espressif/esp-idf
synced 2025-03-29 02:40:11 -04:00
6 lines
135 B
CMake
6 lines
135 B
CMake
set(COMPONENT_SRCS "mesh_light.c"
|
|
"mesh_main.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "." "include")
|
|
|
|
register_component()
|