mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
13 lines
391 B
CMake
13 lines
391 B
CMake
set(COMPONENT_SRCS "default_event_loop.c"
|
|
"esp_event.c"
|
|
"esp_event_private.c"
|
|
"event_loop.c"
|
|
"event_default_handlers.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
set(COMPONENT_PRIV_INCLUDEDIRS "private_include")
|
|
|
|
set(COMPONENT_REQUIRES log tcpip_adapter)
|
|
set(COMPONENT_PRIV_REQUIRES ethernet)
|
|
|
|
register_component()
|