blob: d8017452eb4e827b2bd1b9a0503b39417490d5b6 [file] [log] [blame]
# Copyright (c) 2019 Intel Corp.
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(counter_seconds)
target_sources(app PRIVATE src/main.c)