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