Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4004475e7fbc93f9e845eca7d4bdf36599260d6c
/
.
/
samples
/
sensor
/
stm32_vbat_sensor
/
CMakeLists.txt
blob: eb8de0e6aae60a430871b9e3691c4f0eb0e6b225 [
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(stm32_vbat_sensor)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})