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