blob: 066cda3c4e7acd9b9499f05b36be5fb4de5e5334 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(smp_boot_delay)
target_sources(app PRIVATE src/main.c)