Adicionar primeiro
This commit is contained in:
5
components/mongoose/CMakeLists.txt
Executable file
5
components/mongoose/CMakeLists.txt
Executable file
@@ -0,0 +1,5 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user