CMakeLists.txt 231 B

12345678
  1. # SPDX-License-Identifier: Apache-2.0
  2. set(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../)
  3. if(CONFIG_DISPLAY_COMPOSER)
  4. zephyr_library_named(${DISPLAY_COMPOSER_LIB_NAME})
  5. zephyr_library_sources(display_composer.c)
  6. endif()