CMakeLists.txt 149 B

12345678
  1. # Copyright(C) 2020 Actions Corporation.
  2. # SPDX-License-Identifier: Apache-2.0
  3. zephyr_library()
  4. zephyr_library_sources(
  5. audio_driver_shell.c
  6. )