CMakeLists.txt 287 B

123456789101112
  1. #
  2. # Copyright (c) 2020 Actions Semiconductor
  3. #
  4. # SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Actions
  5. #
  6. zephyr_sources(
  7. sw_math.c sw_blend.c sw_convert.c sw_rotate.c
  8. ui_region.c ui_math.c ui_memsetcpy.c graphic_buffer.c
  9. )
  10. add_subdirectory_ifdef(CONFIG_DISPLAY_COMPOSER composer)