Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
ff2e9b5836c561e56a1e5f86e09f03c0bbcc1724
/
.
/
tests
/
bluetooth
/
buf
/
CMakeLists.txt
blob: 3da24b0b55124942e3eac1ea7256388db2ff7991 [
file
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(buf)
target_sources(app PRIVATE src/main.c)