Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3cf219fb97893e3a5841e77e9cd677c42ae1cc00
/
.
/
samples
/
sensor
/
co2_polling
/
CMakeLists.txt
blob: ae467b6d2aa9d9810fefd737ec8d0e576f8a57ae [
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(co2_polling)
target_sources(app PRIVATE src/main.c)