CMakeLists.txt 189 B

12345
  1. idf_build_get_property(soc_name IDF_TARGET)
  2. idf_component_register(SRC_DIRS "."
  3. PRIV_INCLUDE_DIRS "${include_dirs}"
  4. PRIV_REQUIRES unity test_utils)