mirror of
https://github.com/espressif/esp-idf
synced 2025-04-01 04:10:10 -04:00
6 lines
133 B
CMake
6 lines
133 B
CMake
set(COMPONENT_SRCS "mesh_light.c"
|
|
"mesh_main.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ". include")
|
|
|
|
register_component()
|