CMakeLists.txt 430 B

1234567891011121314
  1. # SPDX-License-Identifier: Apache-2.0
  2. FILE(GLOB device_sources *.c)
  3. zephyr_include_directories(
  4. .
  5. )
  6. target_sources(app PRIVATE aem_adapter_dev.c)
  7. target_sources(app PRIVATE aem_adapter_motor.c)
  8. target_sources(app PRIVATE aem_adapter_card_reader.c)
  9. target_sources(app PRIVATE aem_adapter_audio.c)
  10. target_sources(app PRIVATE aem_adapter_media.c)
  11. target_sources_ifdef(CONFIG_ALIPAY_WXPAY_LIB app PRIVATE aem_adapter_third_pay.c)