esp-idf/components/esp_ipc/test/CMakeLists.txt

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 00:12:54 -05:00
PRIV_REQUIRES cmock test_utils esp_ipc)
endif()