zephyr-wasm-poc/CMakeLists.txt

11 lines
308 B
CMake
Raw Normal View History

2023-10-03 16:32:31 +02:00
# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
#
# This CMake file is picked by the Zephyr build system because it is defined
# as the module CMake entry point (see zephyr/module.yml).
zephyr_include_directories(include)
add_subdirectory(drivers)
add_subdirectory(lib)