mirror of
https://github.com/espressif/esp-idf
synced 2025-03-31 03:41:07 -04:00
Components should set the COMPONENT_REQUIRES & COMPONENT_PRIVATE_REQUIRES variables to define their requirements.
8 lines
126 B
CMake
8 lines
126 B
CMake
set(COMPONENT_ADD_INCLUDEDIRS .)
|
|
set(COMPONENT_SRCDIRS linenoise argtable3 .)
|
|
|
|
set(COMPONENT_REQUIRES)
|
|
|
|
register_component()
|
|
|