a95b7d597e
Co-authored-by: Gregory Shue <gregory.shue@legrand.us>
9 lines
197 B
CMake
9 lines
197 B
CMake
# SPDX-License-Identifier: MIT
|
|
|
|
cmake_minimum_required(VERSION 3.13.1)
|
|
|
|
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
|
project(b-ss)
|
|
|
|
target_sources(app PRIVATE src/main.c)
|