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