CMakeLists.txt 288 B

123456
  1. idf_build_get_property(target IDF_TARGET)
  2. idf_component_register(SRC_DIRS "."
  3. PRIV_INCLUDE_DIRS "." "include" "../private_include" ../${target}/private_include
  4. PRIV_REQUIRES cmock test_utils efuse bootloader_support
  5. )