cmake: Add component dependency support

Components should set the COMPONENT_REQUIRES & COMPONENT_PRIVATE_REQUIRES variables to define their
requirements.
This commit is contained in:
Angus Gratton
2018-03-22 17:27:10 +11:00
committed by Angus Gratton
parent 4a2f1f0354
commit 1cb5712463
56 changed files with 562 additions and 201 deletions

View File

@@ -2,4 +2,7 @@ set(COMPONENT_ADD_INCLUDEDIRS .)
set(COMPONENT_SRCDIRS .)
set(COMPONENT_REQUIRES nghttp)
set(COMPONENT_PRIV_REQUIRES lwip esp-tls)
register_component()