cmake: Add missing example CMakeLists.txt files, CI check all examples have both

* Original commit: espressif/esp-idf@5689e446dc
This commit is contained in:
Angus Gratton
2018-08-28 11:10:48 +08:00
committed by gabsuren
parent 142200c7ca
commit e8ea8786d2
8 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,5 @@
set(COMPONENT_SRCDIRS ".")
set(COMPONENT_PRIV_REQUIRES asio nvs_flash console)
register_component()