blob: 01706e9a631ac4522fae48e6832d4fad8da1c3c4 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(grove_temperature)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})