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

6 wiersze
182 B
CMake
Czysty Zwykły widok Historia

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