shrooms-server/shroom-controller/main/CMakeLists.txt

9 lines
126 B
CMake

idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "include"
REQUIRES
esp_driver_gpio
esp_wifi
nvs_flash
)