xref: /aosp_15_r20/external/angle/third_party/OpenCL-CTS/gn/geometrics/BUILD.gn (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1# Copyright 2024 The ANGLE Project Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//third_party/OpenCL-CTS/gn/angle_ocl_cts.gni")
6
7ocl_cts_source_set("geometrics") {
8  include_dirs =
9      [ "$angle_root/third_party/OpenCL-CTS/src/test_conformance/geometrics" ]
10  sources = [
11    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/geometrics/main.cpp",
12    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/geometrics/test_geometrics.cpp",
13    "$angle_root/third_party/OpenCL-CTS/src/test_conformance/geometrics/test_geometrics_double.cpp",
14  ]
15}
16