esp32-s3_fota_test_wifi/components/fota_manager/CMakeLists.txt

6 lines
101 B
CMake

idf_component_register(
SRCS "fota_manager.c"
INCLUDE_DIRS "."
REQUIRES app_update log
)