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)