CMakeLists.txt 292 B

1234567891011121314
  1. #
  2. # Copyright (c) 2020 Actions Semiconductor
  3. #
  4. # SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Actions
  5. #
  6. zephyr_sources(
  7. arithmetic.c
  8. arithmetic_storage_io.c
  9. )
  10. zephyr_sources_ifdef(CONFIG_DECODER_PCM codec/pcm_decoder.c)
  11. # zephyr_sources_ifdef(CONFIG_ENCODER_PCM codec/pcm_encoder.c)