ESP32C3_Playground/main/CMakeLists.txt

9 lines
103 B
CMake

idf_component_register(SRCS
"main.c"
"app_wifi.c"
"app_task_led.c"
INCLUDE_DIRS
"."
)