blob: 2e8e858b8a4f77da3f14a82b2640e8cc6c2d3e67 [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("contractions") {
include_dirs =
[ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/contractions" ]
sources = [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/contractions/contractions.cpp" ]
}