Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
6148ac95492ceaf2c29fe61434c996388cc3a105
/
.
/
samples
/
drivers
/
display
/
CMakeLists.txt
blob: 68c139b8946d45fa032fbc66e0c0d74c598a099b [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(display)
target_sources(app PRIVATE src/main.c)