mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8282b0f9ea
Closes IDF-1074
9 lines
322 B
CMake
9 lines
322 B
CMake
idf_component_register(SRCS
|
|
"esp_exception.cpp"
|
|
"i2c_cxx.cpp"
|
|
"esp_event_api.cpp"
|
|
"esp_event_cxx.cpp"
|
|
"esp_timer_cxx.cpp"
|
|
INCLUDE_DIRS "include"
|
|
REQUIRES driver esp_event esp_timer)
|