2021-08-03 14:35:29 +08:00
|
|
|
if(IDF_TARGET STREQUAL "esp32" OR IDF_TARGET STREQUAL "esp32s3")
|
2020-04-27 14:29:54 +08:00
|
|
|
idf_component_register(SRC_DIRS "."
|
|
|
|
PRIV_INCLUDE_DIRS "."
|
2021-01-26 13:12:54 +08:00
|
|
|
PRIV_REQUIRES cmock test_utils esp_ipc)
|
2020-04-27 14:29:54 +08:00
|
|
|
endif()
|