CMakeLists.txt 281 B

123456
  1. idf_component_register(SRCS "bt_app_core.c" "bt_app_sink.c" "bt_app_source.c"
  2. INCLUDE_DIRS "." "../tools/"
  3. REQUIRES esp_common
  4. PRIV_REQUIRES freertos bt io nvs_flash esp32 spi_flash newlib log console pthread
  5. )