zephyr-wasm-poc/lib/custom_lib/CMakeLists.txt
2023-10-03 16:32:31 +02:00

6 lines
143 B
CMake

# Copyright (c) 2021, Legrand North America, LLC.
# SPDX-License-Identifier: Apache-2.0
zephyr_library()
zephyr_library_sources(custom_lib.c)