blob: 62ac453c6683811e01b9c174897de1f38af5b47e [file] [log] [blame]
# Copyright 2024 The ANGLE Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni")
ocl_cts_source_set("printf") {
include_dirs =
[ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/printf" ]
sources = [
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/printf/test_printf.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/printf/util_printf.cpp",
]
}