blob: 21549f742156a6df87826a86ac8e141d968e65f4 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
# This sample is specific to lmp90100_evb shield. Enforce -DSHIELD option
set(SHIELD lmp90100_evb)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(lmp90100_evb_rtd)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})