# SPDX-License-Identifier: Apache-2.0 zephyr_include_directories( . include ) FILE(GLOB SOURCES *.c) zephyr_library_sources( ${SOURCES})