Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
37df48546364510262c8faa3edceb840c8811c52
/
.
/
samples
/
drivers
/
watchdog
/
CMakeLists.txt
blob: 0296c8d67c7f85232c3cfa7875836138bb18e555 [
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(watchdog)
target_sources(app PRIVATE src/main.c)