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