# SPDX-License-Identifier: BSD-3-Clause # Copyright (c) Contributors to the OpenEXR Project. cc_binary( name = "Demo", srcs = ["main.cpp"], deps = ["//:OpenEXR"], )