Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b20d3432e3ab6ff26f1c985e6ff486a0dea5c67d
/
.
/
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)