kopia lustrzana https://github.com/espressif/esp-idf
cmake: Compatibility fixes from Mahavir
rodzic
8c5f1c866b
commit
4667fb2495
|
@ -1,6 +1,4 @@
|
|||
set(COMPONENT_ADD_INCLUDEDIRS port/include nghttp2/lib/includes)
|
||||
set(COMPONENT_SRCDIRS nghttp2/lib port)
|
||||
|
||||
set(COMPONENT_REQUIRES lwip mbedtls)
|
||||
|
||||
register_component()
|
||||
|
|
|
@ -2,3 +2,7 @@ set(COMPONENT_SRCDIRS ".")
|
|||
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
||||
set(COMPONENT_REQUIRES)
|
||||
register_component()
|
||||
|
||||
if(CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK)
|
||||
target_link_libraries(pthread "-Wl,--wrap=vPortCleanUpTCB")
|
||||
endif()
|
||||
|
|
|
@ -2,7 +2,7 @@ set(COMPONENT_SRCDIRS src/crypto port src/fast_crypto)
|
|||
set(COMPONENT_ADD_INCLUDEDIRS include port/include)
|
||||
|
||||
set(COMPONENT_REQUIRES "")
|
||||
set(COMPONENT_PRIV_REQUIRES lwip mbedtls)
|
||||
set(COMPONENT_PRIV_REQUIRES mbedtls)
|
||||
|
||||
register_component()
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue