Files
chargeflow/components/mongoose/CMakeLists.txt
2025-06-06 21:17:25 +01:00

6 lines
227 B
CMake
Executable File

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)