Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
aeaf32aada93513bf10fbd921fce7e9c92de79e5
/
.
/
samples
/
drivers
/
ps2
/
CMakeLists.txt
blob: 9f212186d4ae82a6ffb4917ecc6b9f396cf5db11 [
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(espi)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})