blob: 73d18af626116cc8a356a3ee6f97f3c75343939c [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr HINTS $ENV{ZEPHYR_BASE})
project(smp_pi)
target_sources(app PRIVATE src/main.c)