examples: use new component registration api

This commit is contained in:
Renz Christian Bagaporo
2019-04-28 15:38:46 +08:00
parent 9eccd7c082
commit 6771eead80
169 changed files with 409 additions and 788 deletions
@@ -1,4 +1,2 @@
set(COMPONENT_SRCS "exception_example_main.cpp")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()
idf_component_register(SRCS "exception_example_main.cpp"
INCLUDE_DIRS ".")