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