blob: 345476a0727ca83209141720d5b3f4b5b1cb6c77 [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_cmos)
target_sources(app PRIVATE src/main.c)