OVMS3-idf/components/esp_event/CMakeLists.txt

10 lines
259 B
CMake
Raw Normal View History

2018-10-26 07:14:19 +02:00
set(COMPONENT_SRCS "default_event_loop.c"
"esp_event.c"
"esp_event_private.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
set(COMPONENT_PRIV_INCLUDEDIRS "private_include")
set(COMPONENT_REQUIRES log)
register_component()