CMakeLists.txt 175 B

123456
  1. if(IDF_TARGET STREQUAL "esp32")
  2. idf_component_register(SRC_DIRS "."
  3. PRIV_INCLUDE_DIRS "."
  4. PRIV_REQUIRES unity test_utils)
  5. endif()