mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
components: fix incorrect include dir args
This commit is contained in:
parent
08de39c226
commit
4dd2b9edb1
@ -1,5 +1,5 @@
|
||||
idf_component_register(SRCS "esp_tls.c"
|
||||
INCLUDE_DIRS "."
|
||||
PRIVATE_INCLUDE_DIRS "private_include"
|
||||
PRIV_INCLUDE_DIRS "private_include"
|
||||
REQUIRES mbedtls
|
||||
PRIV_REQUIRES lwip nghttp)
|
||||
|
@ -5,5 +5,5 @@ idf_component_register(SRCS "transport.c"
|
||||
"transport_utils.c"
|
||||
"transport_strcasestr.c"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIVATE_INCLUDE_DIRS "private_include"
|
||||
PRIV_INCLUDE_DIRS "private_include"
|
||||
REQUIRES lwip esp-tls)
|
||||
|
Loading…
Reference in New Issue
Block a user