mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 03:52:01 +02:00
examples: use new component registration api
This commit is contained in:
@@ -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 ".")
|
||||
Reference in New Issue
Block a user