blob: 84e60f83f81a5228ab79456e9e5e65c2fae74e50 [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(magn_polling)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})