Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2d5c6b4a7289c878b1da05f4cc7bce4394643c19
/
.
/
samples
/
display
/
ili9340
/
CMakeLists.txt
blob: 72a5c16a54b6881c62a97ed1a36d220652053723 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(ili9340)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})