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