Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
cc3c0d04cf7e1e7f97d25170a80cf4c0a3a6324f
/
.
/
samples
/
drivers
/
sent
/
CMakeLists.txt
blob: 42e80fb0aadf1b7399080bfb4a1930feb94809fd [
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(sent)
target_sources(app PRIVATE src/main.c)