# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2019-2021 Xilinx, Inc. All rights reserved.
#

add_executable(xbflash.qspi
        firmware_image.cpp
        firmware_image.h
        main.cpp
        pcidev.cpp
        pcidev.h
        xqspips.cpp
        xqspips.h
        xspi.cpp
        xspi.h)

INSTALL(TARGETS xbflash.qspi RUNTIME COMPONENT jfjoch )