Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d2a0c3315ee0d11f67453e88fa42f32c707e2207
/
.
/
samples
/
drivers
/
peci
/
CMakeLists.txt
blob: a80b6c32bb6065dc3a0632704e5cc18ef2150b88 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(peci)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})