ESP32/main/CMakeLists.txt

4 lines
144 B
CMake

idf_component_register(SRCS "main.c" "iperf.c" "wifi_cfg.c"
INCLUDE_DIRS "."
REQUIRES led_strip driver)