CMakeLists.txt 202 B

123456789101112
  1. # Copyright (c) 2020 Actions Semiconductor Co., Ltd
  2. #
  3. # SPDX-License-Identifier: Apache-2.0
  4. zephyr_library_sources(
  5. tts_manager.c
  6. )
  7. zephyr_library_sources_ifdef(CONFIG_PLAY_KEYTONE
  8. key_tone.c
  9. )