ESP32C3_Playground/main/CMakeLists.txt

9 lines
98 B
CMake
Raw Permalink Normal View History

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