CMakeLists.txt 345 B

123456
  1. idf_component_register(SRC_DIRS "."
  2. PRIV_INCLUDE_DIRS "${include_dirs}"
  3. PRIV_REQUIRES cmock test_utils esp_hw_support driver efuse esp_timer esp_psram)
  4. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
  5. target_link_libraries(${COMPONENT_LIB} INTERFACE "-u ld_include_test_dport_xt_highint5")