CMakeLists.txt 326 B

123456
  1. idf_component_register(SRCS "main.c" "bt_app_av.c"
  2. "bt_app_core.c" "app_manager.c" "ble_nvs.c" "app_io.c"
  3. PRIV_REQUIRES esp_driver_i2s bt nvs_flash esp_ringbuf esp_driver_dac
  4. REQUIRES driver
  5. INCLUDE_DIRS ".")