mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-22 23:07:28 +02:00
examples: use new component registration api
* Original commit: espressif/esp-idf@6771eead80
This commit is contained in:
committed by
gabsuren
parent
9e83b1eb0e
commit
df51e60ac0
@ -1,4 +1,2 @@
|
||||
set(COMPONENT_SRCS "echo_server.cpp")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
register_component()
|
||||
idf_component_register(SRCS "echo_server.cpp"
|
||||
INCLUDE_DIRS ".")
|
Reference in New Issue
Block a user