mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
cmake: Compatibility fixes from Mahavir
This commit is contained in:
parent
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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user