mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-29 21:59:32 +01:00
5 lines
129 B
CMake
5 lines
129 B
CMake
|
|
idf_component_register(SRCS "main.c"
|
||
|
|
INCLUDE_DIRS
|
||
|
|
"."
|
||
|
|
REQUIRES mdns)
|