blob: 36fd28ddaf032e95268621f1c91bb5a05bd8a4c6 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(hello_world_user)
target_sources(app PRIVATE src/main.c)