Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d22c7b0cf2aa612a00b0cc260ebb0e2ec1d109c0
/
.
/
samples
/
bluetooth
/
observer
/
CMakeLists.txt
blob: 59d999d70526f48f40cffe8bffed2e4905115b42 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(observer)
target_sources(app PRIVATE
src/main.c
src/observer.c
)