ESP32C3_Playground/main/CMakeLists.txt

9 lines
98 B
CMake

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