blob: 4c2b8dd812d59d6954f38076c1535010485b270b [file] [log] [blame]
# Copyright (c) 2019 Brett Witherspoon
#
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(adxl362)
target_sources(app PRIVATE src/main.c)