Files
chargeflow/components/mongoose/CMakeLists.txt
2026-05-15 12:20:47 +01:00

6 lines
227 B
CMake

idf_component_register(SRCS "mongoose/mongoose.c"
INCLUDE_DIRS "mongoose"
REQUIRES lwip mbedtls esp_timer)
target_compile_definitions(${COMPONENT_LIB} PRIVATE MG_ENABLE_MBEDTLS=1)