Files
esp32_Simple_Light/main/CMakeLists.txt
2025-08-14 07:00:18 -04:00

3 lines
186 B
CMake

idf_component_register(SRCS "simple_zb_light.c"
INCLUDE_DIRS "."
REQUIRES nvs_flash driver espressif__esp-zigbee-lib espressif__esp-zboss-lib)