mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
Merge branch 'docs/show_include_path' into 'master'
docs: show include path and require component as part of API header Closes IDF-3134, DOC-1032, and DOC-3629 See merge request espressif/esp-idf!25092
This commit is contained in:
@@ -19,6 +19,6 @@ idf_component_register(SRCS "commands.c"
|
||||
"split_argv.c"
|
||||
"linenoise/linenoise.c"
|
||||
${argtable_srcs}
|
||||
INCLUDE_DIRS "."
|
||||
INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
REQUIRES vfs
|
||||
PRIV_REQUIRES driver)
|
||||
|
||||
Reference in New Issue
Block a user