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