blob: 0ff39d9d24d3a3e1eeb8985a0d50f1b0c58ef7c7 [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("atomics") {
include_dirs =
[ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/atomics/" ]
sources = [
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/atomics/main.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/atomics/test_atomics.cpp",
"$angle_root/third_party/OpenCL-CTS/src/test_conformance/atomics/test_indexed_cases.cpp",
]
}