2021-04-18 18:47:28 +00: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).
|
|
|
|
|
2021-05-21 01:49:09 +00:00
|
|
|
zephyr_include_directories(include)
|
|
|
|
|
2021-04-18 18:47:28 +00:00
|
|
|
add_subdirectory(drivers)
|
2021-05-11 13:30:19 +00:00
|
|
|
add_subdirectory(lib)
|