ESP32/main/CMakeLists.txt

9 lines
126 B
CMake

idf_component_register(
SRCS
"main.c"
"iperf.c"
"wifi_cfg.c"
INCLUDE_DIRS
"."
)