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