mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-11-28 21:29:27 +01:00
5 lines
147 B
CMake
5 lines
147 B
CMake
idf_component_register(SRCS "main.c"
|
|
INCLUDE_DIRS
|
|
"."
|
|
REQUIRES mdns console nvs_flash)
|