CMakeLists.txt 215 B

12345
  1. if(IDF_TARGET STREQUAL "esp32" OR IDF_TARGET STREQUAL "esp32s3")
  2. idf_component_register(SRC_DIRS "."
  3. PRIV_INCLUDE_DIRS "."
  4. PRIV_REQUIRES cmock test_utils esp_ipc)
  5. endif()