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