Merge branch 'master' into feature/esp32s2beta_update
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
set(COMPONENT_ADD_INCLUDEDIRS .)
|
||||
|
||||
set(COMPONENT_SRCS "sh2lib.c")
|
||||
|
||||
set(COMPONENT_REQUIRES nghttp)
|
||||
set(COMPONENT_PRIV_REQUIRES lwip esp-tls)
|
||||
|
||||
register_component()
|
||||
idf_component_register(SRCS "sh2lib.c"
|
||||
INCLUDE_DIRS .
|
||||
REQUIRES nghttp
|
||||
PRIV_REQUIRES lwip esp-tls)
|
||||
|
||||
@@ -1,4 +1,2 @@
|
||||
set(COMPONENT_SRCS "http2_request_example_main.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
register_component()
|
||||
idf_component_register(SRCS "http2_request_example_main.c"
|
||||
INCLUDE_DIRS ".")
|
||||
Reference in New Issue
Block a user