blob: 5d3ab1037a15e9fb8a8f6e31d3f5ed32448419c2 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2020 Intel Corp.
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(qemu_x86_64_ivshmem)
target_sources(app PRIVATE src/ivshmem.c)