zephyr/samples/sensor/adxl372/CMakeLists.txt

12 lines
288 B
CMake
Raw Normal View History

#
# Copyright (c) 2018 Analog Devices Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
cmake_minimum_required(VERSION 3.8.2)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(adxl372)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})