esp32-s3_fota_test_wifi/components/ftp_manager/CMakeLists.txt

6 lines
104 B
CMake

idf_component_register(
SRCS "ftp_manager.c"
INCLUDE_DIRS "."
REQUIRES lwip esp_netif log
)