CMakeLists.txt 248 B

12345678910111213
  1. # Copyright (c) 2020 Actions Semiconductor Co., Ltd
  2. #
  3. # SPDX-License-Identifier: Apache-2.0
  4. zephyr_include_directories(.)
  5. zephyr_library_sources(
  6. property_manager.c
  7. )
  8. zephyr_library_sources_ifdef(CONFIG_PROPERTY_CACHE
  9. property_cache.c
  10. )