1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-20 22:49:08 -04:00

6 lines
182 B
CMake
Raw Normal View History

if(IDF_TARGET STREQUAL "esp32")
idf_component_register(SRC_DIRS "."
PRIV_INCLUDE_DIRS "."
2021-01-26 13:12:54 +08:00
PRIV_REQUIRES cmock test_utils esp_ipc)
endif()