blob: 45d01dd2d31267e85b163a643096f17047bee356 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr HINTS $ENV{ZEPHYR_BASE})
project(watchdog)
target_sources(app PRIVATE src/main.c)